Thread: sheet names
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
drabbacs drabbacs is offline
external usenet poster
 
Posts: 11
Default sheet names

How would I make the "020304" portion of the sheet name in
the following command into a wildcard?

Sheets("Mobile 020304").Select

That is, I want a command that would work with "Mobile
020304" or "Mobile 021004".

I tried "Mobile "& "*" and "Mobile " & "?" but no luck.

Thanks in advance
Drabbacs