View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Select first 3 sheets

Yes, my mistake.

Doug


"StephanieH" wrote in message
...
Perfect. Thanks Norman and Tom.

Doug, I think you've specified "Sheet1" as the sheet name, which is what
I'm
avoiding.



"StephanieH" wrote:

I need to select the first 3 sheets in my workbook, regardless of their
names. I've tried
Sheets(Array(Sheets(1), Sheets(2), Sheets(3))).Select
but I get "Type Mismatch"

What am I doing wrong?