View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Damien McBain[_4_] Damien McBain[_4_] is offline
external usenet poster
 
Posts: 16
Default Make function available to all workbooks?

Hi,

I have a workbook which (via code) copies one of the worksheets into a new
workbook. The copied worksheet contains cell formulas using a function in
the original workbook. When copied, the new worksheet returns a #NAME?#
error in the cells using the function.

Can I make the function available to all open workbooks? Or can I employ
code to copy the module containing the function into the new workbook?

Thanks in advance,

Damien