Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default Hide sheet - Help

Hi all, i have used the following to hide a sheet and need to make it
visable again, could somebody help me out with some code ?

worksheets(4).visible = xlSheetVeryHidden


Les Stout

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Hide sheet - Help

worksheets(4).visible = True


"Les Stout" wrote:

Hi all, i have used the following to hide a sheet and need to make it
visable again, could somebody help me out with some code ?

worksheets(4).visible = xlSheetVeryHidden


Les Stout

*** Sent via Developersdex http://www.developersdex.com ***

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default Hide sheet - Help

Thanks Mike

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Hide sheet - Help

Suggest using

= xlSheetVisible

instead of

= True

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mike" wrote in message
...
worksheets(4).visible = True


"Les Stout" wrote:

Hi all, i have used the following to hide a sheet and need to make it
visable again, could somebody help me out with some code ?

worksheets(4).visible = xlSheetVeryHidden


Les Stout

*** Sent via Developersdex http://www.developersdex.com ***



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default Hide sheet - Help

Will do thanks Bob...:-)

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Sheet, Hide Sheet Dave Excel Discussion (Misc queries) 2 October 30th 07 03:40 PM
hide sheet name/ Tab Anand vijay New Users to Excel 7 January 7th 07 12:30 AM
Hide a Sheet AQ Mahomed Excel Programming 3 June 17th 04 04:27 PM
hide sheet tab gav meredith Excel Programming 18 April 15th 04 05:00 AM
hide sheet? uncheck sheet tabs? or ??? NetComm888 Excel Programming 1 February 10th 04 04:38 AM


All times are GMT +1. The time now is 02:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"