View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Prof Wonmug Prof Wonmug is offline
external usenet poster
 
Posts: 61
Default Best way to package workbook and UDFs

I want to send a workbook to a colleague. It makes use of several UDFs
that I have stored in my personal add-in module. I don't want to send
the entire add-in module, just a few UDFs.

My plan is to create a separate add-in module, copy the selected UDFs
to that module, and send that along with the workbook.

Is there a better way?