Running Macro

J

James8309

Hi everyone,

I have a macro called "Load" in workbooks("A".xls) which works
perfectly. I am just trying to run different macro "ABC_Load" in
workbooks("B".xls) before I run macro in workbooks("A".xls)

How do I call this macro from current workbook A?

Workbook B is located C:\My Documents\
Macro name: ABC_Load

Thank you in advance
 
B

Bob Phillips

You need to have the other workbook open

Application.Run "'B.xls'!ABC_Load"

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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