This is an extract from a working(!) VBA programme in Excel.
What is the equivalent VBA code for Word? I cannot find it! Any help would be appreciated.
Thanks
Bertie
Code:
fs = Application.GetSaveAsFilename("C:\Data")
Thanks
Bertie
Comment