Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i am trying to copy a complicated macro to another pc ( primarily for safe keeping) any ideas? Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
All macros are stored in workbooks, so you can simply copy the workbook file to the other PC. Alternatively, you can export the module containing the macro to a text file (with a "bas" file extension) and copy that file to the other PC. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "tom" wrote in message om... hi i am trying to copy a complicated macro to another pc ( primarily for safe keeping) any ideas? Tom |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Export the macro to a .Bas file from the VBE. Import it into the new
workbook To do either, go to the project explorer and right click on the module name or the Modules entry. -- Regards, Tom Ogilvy "tom" wrote in message om... hi i am trying to copy a complicated macro to another pc ( primarily for safe keeping) any ideas? Tom |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am trying to copy a complicated macro to another pc
Use the menu File | Export File to create a *.bas file. HTH, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro-Copy/add | Excel Discussion (Misc queries) | |||
Copy workbook, don't copy macro | Excel Discussion (Misc queries) | |||
copy macro | Excel Discussion (Misc queries) | |||
Macro to copy | New Users to Excel |