Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Henry,
There are 4 basic ways to store macros (maybe more) 1. Macros in a workbook - available only when the workbook is open 2. Macros in your Personal.xls - available everytime you open Excel 3. Macros in an Add-In - available everytime you open Excel and have checked the Add-In in your Add-In list 4. Macros in any workbook stored in the same folder as your Personal.xls - available every time you open Excel. Note that if you create a custom toolbar button and assign it to a macro that is in a workbook that will be closed most of the time. Clicking the button will open the workbook and run the macro. -- sb "Henry Fleming" wrote in message om... We have a source/version control system called SourceSafe that handles storage and versioning of C++, Java, and ASP files. However, I need a similar system for Excel Visual Basic macros. The problem is that they seem to be embedded in the .XLS file. I don't know if the macros can be stored as individual source code files the way the other languages can. My macros are getting large enough that this is becoming an issue. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I best "scrub" a wkbk of "phantom macros"? | Excel Discussion (Misc queries) | |||
"excel "macros may be disabled" message using an xlam file | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
"openinf file..."ENABLE MACROS...DISABLE MACROS" | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |