View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Diwa Diwa is offline
external usenet poster
 
Posts: 3
Default Where to store VBA code for executing against xls in email?

On Jul 31, 3:49*pm, ker_01 wrote:
Do you run code against the report (and that's all you do with it) or do you
run code against the daily report, and shove the results into a master data
workbook that stores your output across multiple days? Will other workers
need to be able to run the code when you are on vacation or sick?


Thanks for the detailed response. Its a one-time execution. No
aggregation.
Eventually, this should be usable by other team members too.