Default Filename = Text in Title Placeholder

  • Thread starter Thread starter CG
  • Start date Start date
C

CG

Is there a way using the PresentationSave event to change the default
filename displayed in saveas dialog? The name and fullname are read-
only! From observation the text from Title Placeholder is used as the
filename.

CG
 
Is there a way using the PresentationSave event to change the default
filename displayed in saveas dialog?  The name and fullname are read-
only!  From observation the text from Title Placeholder is used as the
filename.

CG

I am using ppt 2003.
 
Do you need to show the Save As dialog or just save it to a new default
naming scheme. Look at the PresentationBeforeSave event. You can cancel the
system Save and then save it using your own scheme but I don't think you
populate the dialog with your value directly.

Regards,
Shyam Pillai

Handout Wizard: http://skp.mvps.org/how
 
Back
Top