View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dave@strategicdelivery.co.nz is offline
external usenet poster
 
Posts: 2
Default Hide/Unhide sheets

Thnks

"Roger Govier" wrote in message
...
Hi Dave

Try
Sheets("Sheet1").Visible = False
.
.
.
Sheets("Sheet1").Visible = True

--
Regards
Roger Govier
" wrote in
message ...
Is it possible to hide and unhide sheets thru VBA?

Thnks