View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
DS-NTE DS-NTE is offline
external usenet poster
 
Posts: 24
Default Functions included in add-in

Of course you can as long as you have the add-in, it is unprotected or you
know the password.

knut
"Alan Beban" <unavailable skrev i melding
...
Chip Pearson wrote:
You can't "disassociate" the functions from the add-in in which they are
defined. If a workbook utilizes functions in an add-in, all users of that
workbook must have the add-in; without it, they'll get #NAME errors.


What am I missing? Can't individual functions be copied and pasted from
an Add-In file module into a workbook general module and be fully usable
in that workbook sent to another user SO LONG AS THE FUNCTION IS
INDEPENDENT OF ANY OTHER FUNCTIONS IN THE ADD-IN?

Alan Beban