C
CodeMonkey
I'm writing an Office 2007 addin, in which if a user performs an action I
wish to prompt the user to save the file locally (if it hasn't already)
before continuing the action.
I call ActivePresentation.Save(), which (for a previously unsaved
presentation) dumps the file to the application root folder without the
option to set the location/filename!!!
In other object models (Word etc...) calling the Save() method, shows the
Save dialog.
What do I need to do to cause the dialog to appear in Powerpoint ???????
wish to prompt the user to save the file locally (if it hasn't already)
before continuing the action.
I call ActivePresentation.Save(), which (for a previously unsaved
presentation) dumps the file to the application root folder without the
option to set the location/filename!!!
In other object models (Word etc...) calling the Save() method, shows the
Save dialog.
What do I need to do to cause the dialog to appear in Powerpoint ???????