View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Petre Petre is offline
external usenet poster
 
Posts: 1
Default running the same macro for different Excel workbooks

I'm using Excel 2007. I'm collecting reports from different persons, using an
Excel template, and I'm storing them in a shared directory. I'd like to
record a macro that is supposed to perform the same set of operations on
different files with the same structure and I do not want this macro to be
stored in each file, because it is difficult to update and I don't want it to
personalized, i.e. it should be available for different users, operating from
different workstations.