Running a macro from another workbook

  • Thread starter Thread starter Ed Davis
  • Start date Start date
E

Ed Davis

I have a project where 5 workbooks are open. When I attempt to run a macro
from book2 the macro from book1 runs instead.
They do have the same name "Unprotect_Sheets" but the sheet names are not
the same.
How do I make sure this does not happen?
 
I use shortcut keys to call this macro and both macros have the same
shortcut keys just separate workbooks.


--
Thank You in Advance
Ed Davis
Bob Phillips said:
Use Application.Run, it is explained in help.
 
Back
Top