Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Usable format | Excel Discussion (Misc queries) | |||
Re-usable form | Excel Discussion (Misc queries) | |||
Making a planning sheet | Excel Programming | |||
How to make an Excell-sheet un-usable! | Excel Programming | |||
Un-usable Icons | Excel Programming |