ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Accessibility of Custom Functions (https://www.excelbanter.com/excel-programming/285756-accessibility-custom-functions.html)

jwa76

Accessibility of Custom Functions
 
Need help on the use of custom functions - I have built some custom
functions for various tasks, but can't get other workbooks to "see"
them when I put them in my Personal.xls file. This is not true of the
macros I have in Personal.xls - they work fine in any sheet.

Am I missing some toggle switch or something that will enable these
custom functions to work from the Personal.xls file? It would seem to
me that these especially would need to be accessible from the
Personal.xls.

Thanks for any help,
jwa76


---
Message posted from http://www.ExcelForum.com/


Tom Ogilvy

Accessibility of Custom Functions
 
If you put them in a separate workbook and make the workbook and Addin, then
select the addin in Tools=Addins (possibly using the browse button), then
they will be available to all you workbooks.

If you retain them in personal.xls (i.e. don't change you current
configuration - don't make personal.xls an addin) then use

=Personal.xls!Myfunc(A1)

as an example.

--
Regards,
Tom Ogilvy

"jwa76" wrote in message
...
Need help on the use of custom functions - I have built some custom
functions for various tasks, but can't get other workbooks to "see"
them when I put them in my Personal.xls file. This is not true of the
macros I have in Personal.xls - they work fine in any sheet.

Am I missing some toggle switch or something that will enable these
custom functions to work from the Personal.xls file? It would seem to
me that these especially would need to be accessible from the
Personal.xls.

Thanks for any help,
jwa76


---
Message posted from http://www.ExcelForum.com/




Helen Trim[_4_]

Accessibility of Custom Functions
 

To use a function from a different workbook, you need to
put the name of the workbook in front of the function
name. For example, if the function in Personal.xls is
called Fred, then to use it on a worksheet, use
=Personal.xls!Fred(X,Y)

HLH
Helen

-----Original Message-----
Need help on the use of custom functions - I have built

some custom
functions for various tasks, but can't get other

workbooks to "see"
them when I put them in my Personal.xls file. This is

not true of the
macros I have in Personal.xls - they work fine in any

sheet.

Am I missing some toggle switch or something that will

enable these
custom functions to work from the Personal.xls file? It

would seem to
me that these especially would need to be accessible from

the
Personal.xls.

Thanks for any help,
jwa76


---
Message posted from http://www.ExcelForum.com/

.



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

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