View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Owitz[_2_] Peter Owitz[_2_] is offline
external usenet poster
 
Posts: 2
Default Custom Add-in - How to Manage

I wrote a small function to manage some error handling I normally do with
excel functions.

I saved this as an add-in.

When I opened a shared file on another machine, the function pointed to my
C: Drive, instead of giving a ?Name? error.

Can someone point me to a method of avoiding this? I want the function to
work like an add-in, not a function sitting on my desktop.