Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default saving as an add-in?

I've written some functions at work and saved the workbook as an add-in.

Another workbook that used this add-in worked fine at work but not when
I brought it home (presumably as the add-in was not on my home machine)

So I copied the text of the functions, put them in a new workbook at
home and saved that as an add-in at home.

At first the workbook that used the add-in functions would not re-calc
at home so I used the add-in manager to install my add-in but then it
required me to re-enter all of the user defined function calls in the
cells as they displayed a path to the add-in on my work machine. I guess
that I'll also have to repeat this in reverse when I take it back to work.

How do I get the functions in this add-in to work smoothly between
locations?

Howard
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default saving as an add-in?

Howard

Functions and Macros from add-ins don't require that the workbook path and name
be inserted.

=MyFunction() is all that is required if the add-in is loaded through
ToolsAdd-ins

If calling a function from another workbook you need the

=path\myworkbook.xls!MyFunction()

That is the beauty of using an add-in.

Get rid of all the references and you should be good to go at home and at work.

When I was working I did this all the time.


Gord Dibben MS Excel MVP


On Thu, 31 Jan 2008 21:05:28 +0000, Howard wrote:

I've written some functions at work and saved the workbook as an add-in.

Another workbook that used this add-in worked fine at work but not when
I brought it home (presumably as the add-in was not on my home machine)

So I copied the text of the functions, put them in a new workbook at
home and saved that as an add-in at home.

At first the workbook that used the add-in functions would not re-calc
at home so I used the add-in manager to install my add-in but then it
required me to re-enter all of the user defined function calls in the
cells as they displayed a path to the add-in on my work machine. I guess
that I'll also have to repeat this in reverse when I take it back to work.

How do I get the functions in this add-in to work smoothly between
locations?

Howard


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
A: saving Curt Excel Discussion (Misc queries) 5 April 11th 07 04:10 AM
Saving xls to pdf Bob Excel Discussion (Misc queries) 5 January 8th 07 08:11 PM
Saving DRANDON Excel Discussion (Misc queries) 1 July 28th 06 07:09 PM
saving to CD agilitygrandma Excel Discussion (Misc queries) 8 January 20th 06 08:24 PM
Saving on CD TJ Excel Discussion (Misc queries) 0 January 2nd 06 09:00 PM


All times are GMT +1. The time now is 04:30 AM.

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"