Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey all,
Application.RegisteredFunctions provides (dll name, exported symbol name, prototype) tuples - is there anything in the Excel object model to go from the exported symbol name (or ordinal), (pxProcedure in xlfRegister) (or even the registration id) to the "user visible" function name (pxFunctionText in xlfRegister)? (otherwise some god awful hack involving triggering re-registration and intercepting the xlfRegister calls springs to mind, but let's not go there, hopefully ;) Cheers, Lee. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What does this Symbol Mean when surrounding a function { } | Excel Discussion (Misc queries) | |||
using a function to insert symbol | Excel Worksheet Functions | |||
insert a symbol into a function cell | Excel Worksheet Functions | |||
Symbol function | Excel Worksheet Functions | |||
RegisteredFunctions in C# fails when trying to get the list of addins and function | Excel Programming |