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.
 

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

Back
Top