copying excel 97 Macro to different machine

A

Antz

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

regards,

antz
 
F

Frank Kabel

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
 
D

Dave Peterson

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.
 
Top