B
Burnsie
Is there any method in ppt2003 to see if a form is open? I have a form that
I hide but would like to show again when I close a presentation (based on
certain conditions). I don't have any problem showing it again by hooking
to the PresentationClose event but it may not always be loaded. Therefore, I
need a way to check to see if the form is loaded. If it is not loaded, then
I don't want to show it. Right now I have a reference to Access so that I
can use Access' method to see if the form is loaded. My other approach is to
set a global variable when I load/unload the form and use its value in my
PresentationClose event.
Any help is much appreciated.
Thanks,
Burnsie
I hide but would like to show again when I close a presentation (based on
certain conditions). I don't have any problem showing it again by hooking
to the PresentationClose event but it may not always be loaded. Therefore, I
need a way to check to see if the form is loaded. If it is not loaded, then
I don't want to show it. Right now I have a reference to Access so that I
can use Access' method to see if the form is loaded. My other approach is to
set a global variable when I load/unload the form and use its value in my
PresentationClose event.
Any help is much appreciated.
Thanks,
Burnsie