ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   List all Functions (https://www.excelbanter.com/excel-programming/272199-list-all-functions.html)

James[_9_]

List all Functions
 
Is there anyway you can list all the installed functions
in a spreadsheet?

Bob Phillips[_5_]

List all Functions
 
James,

peter Nonely has already done it for you.

You can get his Function dictionary at http://homepage.ntlworld.com/noneley/

--
HTH

-------

Bob Phillips
... looking out across Poole Harbour to the Purbecks


"James" wrote in message
...
Is there anyway you can list all the installed functions
in a spreadsheet?




Tom Ogilvy

List all Functions
 
A possible alternate interpretation:

by installed, do you mean functions used in the worksheet.

If so, you can loop through them (the cells with formulas) and parse out a
list, but there is not built in menu item to do it.

Regards,
Tom Ogilvy

"James" wrote in message
...
Is there anyway you can list all the installed functions
in a spreadsheet?




James[_9_]

List all Functions
 
Maybe I should explain a bit more

basically I want to send a spreadsheet to various users
in different countries that aren't networked that checks
the users system and reports back via e-mail what
functions they have installed.

All done except for actually getting the list of
functions the user has installed.

It has to be a list of functions and not addins.

Thanks for the previous replies.

James

-----Original Message-----
Is there anyway you can list all the installed functions
in a spreadsheet?
.


Tom Ogilvy

List all Functions
 
Still not sure -
you mean go through their installed addins and see what functions those
addins contain?

Regards,
Tom Ogilvy

"James" wrote in message
...
Maybe I should explain a bit more

basically I want to send a spreadsheet to various users
in different countries that aren't networked that checks
the users system and reports back via e-mail what
functions they have installed.

All done except for actually getting the list of
functions the user has installed.

It has to be a list of functions and not addins.

Thanks for the previous replies.

James

-----Original Message-----
Is there anyway you can list all the installed functions
in a spreadsheet?
.




James[_9_]

List all Functions
 
This is what I was hoping to do, probably not possible,
but just wondering.

-----Original Message-----
Still not sure -
you mean go through their installed addins and see what

functions those
addins contain?

Regards,
Tom Ogilvy

"James" wrote in

message
...
Maybe I should explain a bit more

basically I want to send a spreadsheet to various users
in different countries that aren't networked that

checks
the users system and reports back via e-mail what
functions they have installed.

All done except for actually getting the list of
functions the user has installed.

It has to be a list of functions and not addins.

Thanks for the previous replies.

James

-----Original Message-----
Is there anyway you can list all the installed

functions
in a spreadsheet?
.



.


Tom Ogilvy

List all Functions
 
Even in a workbook, you would have to use the VBE object model to search
through the modules line by line and look for SUB and FUNCTION. So I don't
think the information is made available by Excel and most addins are
probably password protected for their code.

Regards,
Tom Ogilvy

"James" wrote in message
...
This is what I was hoping to do, probably not possible,
but just wondering.

-----Original Message-----
Still not sure -
you mean go through their installed addins and see what

functions those
addins contain?

Regards,
Tom Ogilvy

"James" wrote in

message
...
Maybe I should explain a bit more

basically I want to send a spreadsheet to various users
in different countries that aren't networked that

checks
the users system and reports back via e-mail what
functions they have installed.

All done except for actually getting the list of
functions the user has installed.

It has to be a list of functions and not addins.

Thanks for the previous replies.

James

-----Original Message-----
Is there anyway you can list all the installed

functions
in a spreadsheet?
.



.





All times are GMT +1. The time now is 10:37 AM.

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