copying excel 97 Macro to different machine

  • Thread starter Thread starter Antz
  • Start date Start date
A

Antz

how can i move a macro that runs under excel 97 to a diff
pc running excel 97?

regards,

antz
 
Hi
one way:
- open the VBA editor
- select the module and export the contents of this module (right-click
on the module name)
- Import this file on your other machine
 
You could copy the workbook that contains the macro to the other pc.

Remember that each open workbook has to have a unique name--you can't have two
personal.xls workbooks open at the same time.
 

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