Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a workbook that contains regular (Sub) macros and function macros. Some of the function macros are used by the regular macros. I moved ALL the macros into Personal.xls. After doing this, the regular macros are available to all new and existing Workbooks. However, the function macros are NOT. For example, I have a function macro that creates a code (Soundex) that is used by genealogists. If I insert "=soundex(A1)" into cell B1, B1 should contain the code for the contents of cell A1. This works fine as long as I copy the function into a VB module in the workbook in which I want to use it. However, I want to be able to call this function (and many others) from any workbook without copying all of them from Personal.xls into each workbook. Can someone give me a clue about how to do this. TIA -- DrShowMe ------------------------------------------------------------------------ DrShowMe's Profile: http://www.excelforum.com/member.php...o&userid=28854 View this thread: http://www.excelforum.com/showthread...hreadid=486033 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FM20.dll needs re-registering all the time | Excel Discussion (Misc queries) | |||
Code for Registering Add-in | Excel Programming | |||
Registering an even handler | Excel Programming | |||
Registering an OCX with VBA | Excel Programming | |||
Registering function WITHOUT it appearing in the expression builder | Excel Programming |