Multiple Macro help

  • Thread starter Thread starter alexm999
  • Start date Start date
A

alexm999

I have an Excel file with 5 worksheets (1 for each store).
I have 35 macros that run perfectly in 1 worksheet. I'd like t
duplicate the macros for the 4 remainder worksheets. How can I do this
 
If the macros are in a general module and written generically, then you
would only need ot make one of the other sheets active and then run them.

If not set up this way, then, unless they are event related, you should set
them up this way.
 
Back
Top