ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   List of all User Defined Functions (https://www.excelbanter.com/excel-programming/339896-list-all-user-defined-functions.html)

David Welch[_2_]

List of all User Defined Functions
 
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

Bob Phillips[_6_]

List of all User Defined Functions
 
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





All times are GMT +1. The time now is 11:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com