call VBA code of another DB

S

Stephen

How do I call or run VBA code found in a separate, already open, DB?

Thank you for your help.
 
J

Jim Burke in Novi

One thing you may need to do is hide the 2nd application - there is a Visible
property you may need to set to False - I forget what the default is. If the
other appl opens on the screen then you'll know that you need to set Visible
= False.
 
Top