Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I just created a User-Defined Function and was wondering how I can get it to be available everytime I open a new Excel instance? Thanks! Brett |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put it in your XLStart folder.
Or leave it where it is and install it via tools|addins. wrote: Hi, I just created a User-Defined Function and was wondering how I can get it to be available everytime I open a new Excel instance? Thanks! Brett -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
After reading Kevin's response...
If you save the file as an addin, then you can use tools|addins will work ok (as will saving the addin in XLStart). If you want to save the file as a normal workbook, then most people would save the file and name it personal.xls and store in that XLStart folder. If the file is saved as an addin, you'll be able to use a formula like: =myFunction(a1) If you save the file as a normal workbook (personal.xls in xlstart), you'll have to use: =personal.xls!myfunction(a1) === Most people will save that personal.xls file as a hidden file. With personal.xls the active workbook, window|hide, then close excel and answer yes to save it. The next time you start excel, personal.xls will open in a hidden state. Dave Peterson wrote: Put it in your XLStart folder. Or leave it where it is and install it via tools|addins. wrote: Hi, I just created a User-Defined Function and was wondering how I can get it to be available everytime I open a new Excel instance? Thanks! Brett -- Dave Peterson -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In an Excel file that contains nothing but your user defined functions do
FILE/SAVE AS and change the file type to MICROSOFT OFFICE ADD-IN. Then, in a workbook file, click TOOLS/ADD INS and click the check box to the left of the add in you just saved. -- Kevin Backmann " wrote: Hi, I just created a User-Defined Function and was wondering how I can get it to be available everytime I open a new Excel instance? Thanks! Brett |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
user defined function | Excel Worksheet Functions | |||
user defined function help | Excel Worksheet Functions | |||
how to move user defined function | Excel Worksheet Functions |