I have a Access Report which is exported as a Word document and is subsequently imported into a new Word document. The import action is part of a macro in Word in which I wish to include a VBA statement for saving the final Word document under a new name.
I can find the code
but this requires me specify the new file name in the code whereas I need the code to prompt me for the file name.
Can anyone please advise me how I can do this
John
I can find the code
Code:
Active Document.SaveAs File Name
Can anyone please advise me how I can do this
John