yippiekyyay
Programmer
With help from this forum, I’ve written a macro which will create separate documents for each record in a mail merge. I’ve specified the folder where to place the files (ChangeFileOpenDirectory "C:\mail_merged_files_folder\"), but I’d rather a window open up that asks the user to specify a folder of their choice.
Basically, I’m going for something like this:
Thanks in advance!
Basically, I’m going for something like this:
Code:
Dim myFolderPath As String
myFolderPath = ???
ChangeFileOpenDirectory myFolderPath
Thanks in advance!