View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David M C David M C is offline
external usenet poster
 
Posts: 8
Default Cycle through worksheets and sum

I want to write some VBA to cycle through all worksheets in a workbook and
copies the value 4 cells across from the one that contains "Total" into Row B
of my totals workshets, and also the value in cell D10.

Ideas?

Thanks

Dave