View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lab27 lab27 is offline
external usenet poster
 
Posts: 2
Default Getting the function name (NOT SYMBOL NAME) - not quiteapplication.registeredfunctions...?

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.