User Profile
Murali539
Copper Contributor
Joined Apr 21, 2022
User Widgets
Recent Discussions
Re: using Open File dialog in VBA
Thanks for your response Doug. I was helping my daughter to automate creating headers for about 150 Word documents. I am creating a list of files in a listbox and then process them one at a time. Maybe, I should let her select files in a folder, save them and then let her go to another folder and select more files. When she is all done, I can start processing. I recently retired after 46 years of IT and getting back to programming to keep myself busy. I am sure I will be facing challenges but at the same time learning new stuff. THANKS again for your response.1.6KViews0likes1Commentusing Open File dialog in VBA
I am using vba code in MS Word [Office365]. When I display the Open File dialog for the user to select multiple files, it is not allowing me to select files from multiple folders.. I can however select multiple files from the same folder though. Below is the code I have: ... Set fd = Application.FileDialog(msoFileDialogFilePicker) fd.AllowMultiSelect = True ...1.7KViews0likes3Comments
Recent Blog Articles
No content to show