View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B[_8_] Paul B[_8_] is offline
external usenet poster
 
Posts: 20
Default Selecting a sheet by code name

Sheet1.Select

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 2003
** remove news from my email address to reply by email **

"Dr.Schwartz" wrote in message
...
Can anyone please supply me with the syntax for selecting a sheet by the

code
name - NOT by name: sheets("MySheet").select

Thanks
The Doctor