Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to install a macro so that it can be used by all workbooks. I know
that if I record a macro I can save it in personal.xls which would allow me to do this, but if I am installing a macro in VB Editor using copy and paste, how do I set it up so that it can be used by all my workbooks. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
Install it in the vb editor of personal.xls. -----Original Message----- I want to install a macro so that it can be used by all workbooks. I know that if I record a macro I can save it in personal.xls which would allow me to do this, but if I am installing a macro in VB Editor using copy and paste, how do I set it up so that it can be used by all my workbooks. Thanks in advance . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create and addin with a public method for your macro then save the
addin to 'c:\Program Files\Microsoft Office\Office\Library' or something similar then goto Tools .. Addins in the main Excel menu and tick your new addin. This macro will then be accesible from all other workbooks. Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
try to install a security update, prompted to install PRO11.msi | Setting up and Configuration of Excel | |||
What program do I install to install office 2003 with no prior pro | Excel Discussion (Misc queries) | |||
Why does PHStats *NOT* install when I install Analytical ToolPak? | Setting up and Configuration of Excel | |||
wish to add a disclaimer (like any software install) as per macro. | Excel Discussion (Misc queries) | |||
Macro to automatically install ODBC data source | Excel Programming |