Question How to check of a form is open in a macro?

UnrealEnvy

Registered User.
Local time
Yesterday, 22:04
Joined
Jul 15, 2009
Messages
35
Hello,
I would like to open a form, only if another form is opened. Can I do this in a macro?

Is there like a condition to that?

Thanks in advance,

Tal.
 
Don't know if it can be done in a macro. Search for IsLoaded here and you should find VBA methods to do it.
 
I don't know VB at all.

Could you please tell me what to write and where to put it to be able to achieve what I need?
 
Or, can I make a macro that opens a form after another one has been closed?
 
Again, searching for IsLoaded should turn up the code. You could certainly create a macro that opened a form and call it from the close event of another.
 
I know I'm able to do so.. I don't know HOW to do it.
If I thought the code alone will help me, I wouldn't have asked you for help.

Is there no one that can guide me on this? I really need help here guys...
 

Users who are viewing this thread

Back
Top Bottom