H
Howard Kaikow
For example, in the following, I'm trying to save, then restore the Print to
File option.
Doesn't seem to work.
With Dialogs(wdDialogFilePrint)
blnPrintToFile = .printtofile
.FileName = strInputFile
.prtofilename = strOutputFilePath
.printtofile = True
.Execute
.printtofile = blnPrintToFile
.Update
End With
Is there a better way to do this in VBA?
File option.
Doesn't seem to work.
With Dialogs(wdDialogFilePrint)
blnPrintToFile = .printtofile
.FileName = strInputFile
.prtofilename = strOutputFilePath
.printtofile = True
.Execute
.printtofile = blnPrintToFile
.Update
End With
Is there a better way to do this in VBA?