Quote:
Originally Posted by bearcublandon
I like that , what does this statement do - with the showing of the dialog?
|
Well, with the dialogue open, you can insert the filename of your choice, then click OK to save.
Quote:
Originally Posted by bearcublandon
By the way, every time I save a file Microsoft Ege keeps popping up trying to display the PDF document (which never happens, the new tab always remains blank).
|
That's because your code (which I replicated) has:
OpenAfterExport:=True
If you set that to False, Edge won't keep popping up trying to display it. Evidently there's some communication problem with Edge if all you're getting is a blank page.