View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RominallL RominallL is offline
external usenet poster
 
Posts: 26
Default Looping through worksheets

What's the easiest way to loop through worksheets?

I can't use Sheet(1) reference because the sheet numbers will change, I'll
have to use the actual name.

I'll need to do some formatting on each sheet.