Macro Recorder

J

jhahes

I saved a macro to the personal.xls option in macro recorder. How do I
access this from another workbook. Does the workbook I created the
macro in have to be open?

Thanks for any help

Josh
 
J

jose luis

Hi Josh, yes you have to have the otrher wb open in order to see the
macros in the VBA Editor.

Regards
Jose Luis
 
B

Bob Phillips

But if it is in Personal.xls it will be.

From another workbook, you will need to use APplication.Run

Application.Run "Personal.xls!myMacro"
 
J

jose luis

Sorry Josh, I miss read the question , the answer Bob gave should keep
you going.

Best Wishes

Jose Luis
 

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