View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JUlie JUlie is offline
external usenet poster
 
Posts: 28
Default Embed a function

Hi;

I have a user-defined function I've written and stored in
a .xla file. So, I have this function available to any
open workbook. Works great, except when I email the
spreadsheet to someone else, it asks them about the link
and you know the rest.

How can I "embed" this function into all my
spreadsheets?? Would I have to write a macro that copies
and pastes the code into the current spreadsheet?

Thanks for your help