Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Availability of User-Defined Function in new Excels

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Availability of User-Defined Function in new Excels

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Availability of User-Defined Function in new Excels

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Availability of User-Defined Function in new Excels

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
user defined function delmac Excel Worksheet Functions 1 August 11th 06 04:31 PM
user defined function help Floyd Steele Excel Worksheet Functions 1 February 2nd 06 10:47 PM
how to move user defined function Grant Excel Worksheet Functions 1 November 17th 04 06:38 PM


All times are GMT +1. The time now is 03:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"