View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Install ThisWorkbook and Module1 files with batch script

Hi Mark,

See Chip Pearson's page on VBE programming at:

http://www.cpearson.com/excel/vbe.htm


---
Regards,
Norman



"Mark" wrote in message
...
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