Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default opposite of XLVeryhidden!!


Hi members,
Please let me know if anybody knew the opposite of xlVeryHidden.
I have made a sheet hidden using the below code.

Sheets("sheet1").Visible = xlVeryHidden


Now if want to make it visible, what is the macro to write.

Please advice..

Thanks

Roshi

--
roshinpp_7
-----------------------------------------------------------------------
roshinpp_77's Profile: http://www.excelforum.com/member.php...fo&userid=3492
View this thread: http://www.excelforum.com/showthread.php?threadid=54853

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default opposite of XLVeryhidden!!

Have you tried

Sheets("sheet1").Visible = True

Duncan

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default opposite of XLVeryhidden!!


Sheets("sheet1").Visible = xlsheetvisible

or

Sheets("sheet1").Visible = True
try those...

roshinpp_77 Wrote:
Hi members,
Please let me know if anybody knew the opposite of xlVeryHidden.
I have made a sheet hidden using the below code.

Sheets("sheet1").Visible = xlVeryHidden


Now if want to make it visible, what is the macro to write.

Please advice..

Thanks

Roshi


--
pianoma
-----------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...fo&userid=3371
View this thread: http://www.excelforum.com/showthread.php?threadid=54853

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default opposite of XLVeryhidden!!


Sheets("sheet1").Visible = xlsheetvisible

or

Sheets("sheet1").Visible = True
try those...

roshinpp_77 Wrote:
Hi members,
Please let me know if anybody knew the opposite of xlVeryHidden.
I have made a sheet hidden using the below code.

Sheets("sheet1").Visible = xlVeryHidden


Now if want to make it visible, what is the macro to write.

Please advice..

Thanks

Roshi


--
pianoma
-----------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...fo&userid=3371
View this thread: http://www.excelforum.com/showthread.php?threadid=54853

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default opposite of XLVeryhidden!!


Thanks Duncan...it was as so simple...




Duncan Wrote:
Have you tried

Sheets("sheet1").Visible = True

Dunca


--
roshinpp_7
-----------------------------------------------------------------------
roshinpp_77's Profile: http://www.excelforum.com/member.php...fo&userid=3492
View this thread: http://www.excelforum.com/showthread.php?threadid=54853

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
Opposite of Countifs Steve Excel Worksheet Functions 2 October 11th 09 03:45 AM
Xlveryhidden K1KKKA Excel Discussion (Misc queries) 9 October 6th 07 04:19 AM
XLVERYHIDDEN Sunil Patel Excel Programming 1 July 13th 05 10:41 PM
xlVeryHidden Resolution kevin Excel Programming 1 June 2nd 04 01:08 AM
Doing something wrong - xlVeryHidden Kevin Excel Programming 6 May 31st 04 12:22 AM


All times are GMT +1. The time now is 12:45 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"