I am a relative newbie at VBA programming. I have muddled my way through development of a program for a company that their field Account Managers use to create weekly reports for their customers and a great deal of features associated with the program. I had successfully created the ability to create an e-mail, allow the user to select additional files to attach to the e-mail. However, how would I allow the user to attach multiple files from different folders? I have spent several hours to this point researching and searching on the internet (By the way, your site is far and above the best site for answers!). When I use Application.FileDialog(msoFileDialogFilePicker) I can select multiple files in a single folder and they attach without problem. When using that dialog if I try to go to another folder and select another file it appears to delete the previously selected file(s).
Everything I have read indicates you can only have a single instance of the Application.FileDialog. I had thought about and If or Select routine that would allow the user to step through the process again to select additional files from another folder. I have seen a ".Save" option but I've not been able to determine how I would use that.
Any help would be appreciated!
Frank in Alabama
Everything I have read indicates you can only have a single instance of the Application.FileDialog. I had thought about and If or Select routine that would allow the user to step through the process again to select additional files from another folder. I have seen a ".Save" option but I've not been able to determine how I would use that.
Any help would be appreciated!
Frank in Alabama