Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could you add a method to your addin that exports sharable addin
macros into a VBA module and inserts that module into the current workbook? You may have to modify your add-in macros so they can be run as both add-in macros and workbook macros, that is, by having Workbook and Worksheet parameters to all the Subs and Functions, but it's not a big deal. Check out the Subs and Functions for the VBProject object to get started. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells not included in formulas | Excel Discussion (Misc queries) | |||
Check Box included in a formula | Excel Worksheet Functions | |||
Total rows w/$, NA, Included | Excel Discussion (Misc queries) | |||
Header included in sort | Excel Worksheet Functions | |||
Copy with NumberFormatLocal included | Excel Programming |