Hi,
I am working on a sample to merge word documents. One of the parameters is an array of files from a selected folder.
' <param name="filesToMerge">An array of files that we want to merge</param>
' <param name="outputFilename">The filename of the merged document</param>
This is a first for me and I admit that I am teaching myself Visual Basic. How would I create an array of the files from the selected Folder?
Thanks
Start Free Trial