Is Form Loaded

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top