Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to know if there is a way of getting a list of all userdefined functions which are defined in all vba add-in's open. You can get worksheet functions from Application.WorksheetFunctions registered xll functions from Application.RegisteredFunctions but what about vba functions? Thanks, Dave |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave,
I think you would have to scan the VBA project and extract all functions. Even that might be flawed as some VBA functions are not usable in a worksheet, if they update other sheet attributes for instance. -- HTH Bob Phillips "David Welch" wrote in message ... Hi, I would like to know if there is a way of getting a list of all userdefined functions which are defined in all vba add-in's open. You can get worksheet functions from Application.WorksheetFunctions registered xll functions from Application.RegisteredFunctions but what about vba functions? Thanks, Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Defined Functions | Excel Worksheet Functions | |||
i cant see my user defined functions in function list | Excel Worksheet Functions | |||
User defined functions without using VBA. | Excel Discussion (Misc queries) | |||
User Defined Functions - Help Text - Make it Easy for the User | Excel Programming | |||
excel functions and User defined functions | Excel Programming |