View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
skunkdunk skunkdunk is offline
external usenet poster
 
Posts: 1
Default Storing Sheets Names for loop

Hi,
I have multiple sheets with info. I need to add a sheet at the beginning
called "Combined Total" and then copy and paste however many rows from all of
the other sheets except for the one called "Total" and paste it together on
the "Combined Total" sheet (the "Total" sheet is a summary not a roll up
which is why I need to make a roll up).
Thank you.