View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Soenen Ken Soenen is offline
external usenet poster
 
Posts: 25
Default Selecting Invisible worksheets

Is there a way to keep a worksheet invisible yet be able to select it in the
code. I know I can set and use the cells on an invisible sheet, but it
doesn't appear that I can SELECT it [sheets("ratsafrats").select or
sheet4.select]. I have a number of sheets that will just be an annoyance to
the user but they are needed by the code(such as templates, database,...).

Any thoughts would be appreciated.

ken