Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default making a function usable in every sheet

I have a function that I'd like to be able in every file that I open or in
every file that I create going forward. I think it has to do something with
embedding it as my personal.xls template. Any ideas? Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default making a function usable in every sheet

You can save the file which contains your function as an .xla file and then
add it to excel as an add-in

"Perplexed" wrote:

I have a function that I'd like to be able in every file that I open or in
every file that I create going forward. I think it has to do something with
embedding it as my personal.xls template. Any ideas? Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default making a function usable in every sheet

nice. thanks.

"kobby" wrote:

You can save the file which contains your function as an .xla file and then
add it to excel as an add-in

"Perplexed" wrote:

I have a function that I'd like to be able in every file that I open or in
every file that I create going forward. I think it has to do something with
embedding it as my personal.xls template. Any ideas? Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default making a function usable in every sheet

Perplexed wrote:
I have a function that I'd like to be able in every file that I open or in
every file that I create going forward. I think it has to do something with
embedding it as my personal.xls template. Any ideas? Thanks in advance.

You can also record a macro and save it in your personal.xls workbook
and that will make the macro available in any other workbook that you open.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default making a function usable in every sheet / workbook

I'm not entire certain, but apparently, subs in the personal.xls workbook can
only be run in other workbooks. If a custom function is to be available it
needs to be stored as an xla. And just saving it as an xla doesn't make it
available. Once the add in is saved you need to activate it by opening the
add in dialog from TOOLSADDINS and checking the box beside the add you just
saved.

So, I think the steps a
1) create spreadsheet with the custom function
2) save it as an .xla (Excel Add In),
for example: MyNewFunctions.xla
3) navigate to TOOLSAddIns and click the box beside
MyNewFunctions

"Perplexed" wrote:

nice. thanks.

"kobby" wrote:

You can save the file which contains your function as an .xla file and then
add it to excel as an add-in

"Perplexed" wrote:

I have a function that I'd like to be able in every file that I open or in
every file that I create going forward. I think it has to do something with
embedding it as my personal.xls template. Any ideas? Thanks in advance.

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
Usable format veryeavy Excel Discussion (Misc queries) 1 March 18th 09 03:06 AM
Re-usable form DennisC1941 Excel Discussion (Misc queries) 0 February 4th 08 03:21 PM
Making a planning sheet Gabrie Excel Programming 2 February 14th 07 11:10 PM
How to make an Excell-sheet un-usable! Yves Janssens Excel Programming 3 October 6th 03 06:46 PM
Un-usable Icons Sidney[_2_] Excel Programming 1 August 22nd 03 09:48 PM


All times are GMT +1. The time now is 10: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"