Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If one records a macro in Excel they have the option of saving the macro to
the Personal.xls directory for global use. How does one do this with a subroutiune already written in VBA? Do you export? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Marvin,
The simplest way is to simply cut and paste the code from one module to another. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Marvin Johnson" <Marvin wrote in message ... If one records a macro in Excel they have the option of saving the macro to the Personal.xls directory for global use. How does one do this with a subroutiune already written in VBA? Do you export? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Marvin,
You can just copy and paste it in the VBE. hth, Doug "Marvin Johnson" <Marvin wrote in message ... If one records a macro in Excel they have the option of saving the macro to the Personal.xls directory for global use. How does one do this with a subroutiune already written in VBA? Do you export? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the code is in its own module, you could just drag the module from that
project to the personal.xls's project. Marvin Johnson wrote: If one records a macro in Excel they have the option of saving the macro to the Personal.xls directory for global use. How does one do this with a subroutiune already written in VBA? Do you export? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
saving macros in personal workbook | Excel Worksheet Functions | |||
saving styles into the personal workbook | Excel Discussion (Misc queries) | |||
Saving Macro to Personal Workbook | Excel Discussion (Misc queries) | |||
saving file as personal.xls | Excel Programming |