call VBA code of another DB

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

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

Thank you for your help.
 
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.
 
Back
Top