Hi guys,
I see that Powerpoint doesn't have a SaveAsUI parameter in the beforeSave event.
Private Sub Powerpoint_BeforeSave(Cancel As Boolean)
So how do i know if the savedialog is being displayed or not?
Thanx
Hi guys,
I see that Powerpoint doesn't have a SaveAsUI parameter in the beforeSave event.
Private Sub Powerpoint_BeforeSave(Cancel As Boolean)
So how do i know if the savedialog is being displayed or not?
Thanx
Hi bLuR and welcome to VBAX
It would appear that you won't...one of the joys of VBA in PowerPoint :-|
It does have a parameter for the presentation though (Pres), so if you're checking for an "untitled" presentation, you can check the Pres.Path property is an empty string.
Other than that, you'll have to find another workaround...
K :-)
Welcome form me as well!![]()
Can you explain what you're trying to do over here...perhaps we can assist you?![]()
_________
Groetjes,
Joost Verdaasdonk
M.O.S. Master
Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
(I don't answer questions asked through E-mail or PM's)
Thanx for the replies,
I got it working!![]()
At the end i decided i'll store the fullname of the presentation. I update the fullname on New and Open events and if it changed on a PresentationSave i know that a SaveAs occured.
Beers all around![]()
Glad you've got it working now!![]()
_________
Groetjes,
Joost Verdaasdonk
M.O.S. Master
Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
(I don't answer questions asked through E-mail or PM's)