I'm trying to use the application event "PresentationBeforeSave" to handle launching a dialog for collecting custom document properties.
In Excel, _workbookbeforesave has a SaveAsUI boolean value that can be used to determine the application is going to give the user the SaveAs dialog or if it is just going to do the save (as soon as the workbookberforesave thread completes).
The implementation of "PresentationBeforeSave" for powerpoint doesn't have that so I am stuck trying to figure how to determine if the user will get a save as or not.
I implemented this in Word a little differently using modules called "FileSave" and "FileSaveAs" but the doesn't work in Excel or Powerpoint.
I only want to display my dialog when a Save As happens. Actually, I want it to happen right after the Save As happens, but that is for another thread.
Thanks!
JB
In Excel, _workbookbeforesave has a SaveAsUI boolean value that can be used to determine the application is going to give the user the SaveAs dialog or if it is just going to do the save (as soon as the workbookberforesave thread completes).
The implementation of "PresentationBeforeSave" for powerpoint doesn't have that so I am stuck trying to figure how to determine if the user will get a save as or not.
I implemented this in Word a little differently using modules called "FileSave" and "FileSaveAs" but the doesn't work in Excel or Powerpoint.
I only want to display my dialog when a Save As happens. Actually, I want it to happen right after the Save As happens, but that is for another thread.
Thanks!
JB