Thread
: [Solved]
Insert variable in path name
View Single Post
01-03-2019, 07:32 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,383
Of course, you could use:
Code:
With Application.Dialogs(wdDialogFileSaveAs) .Format = wdFormatPDF .Show End With
instead of the code in post #2.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod