View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Install ThisWorkbook and Module1 files with batch script

In Excel VBA, I know I can create Add-ins for userDefined functions. However,
can I install a "ThisWorkbook" file and "Module1" to an existing Excel sheet,
ideally through a batch script. Is this even possible?

Thanks,
Mark