Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 ![]() -- 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried
Sheets("sheet1").Visible = True Duncan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 ![]() -- 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 ![]() -- pianoma ----------------------------------------------------------------------- pianoman's Profile: http://www.excelforum.com/member.php...fo&userid=3371 View this thread: http://www.excelforum.com/showthread.php?threadid=54853 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opposite of Countifs | Excel Worksheet Functions | |||
Xlveryhidden | Excel Discussion (Misc queries) | |||
XLVERYHIDDEN | Excel Programming | |||
xlVeryHidden Resolution | Excel Programming | |||
Doing something wrong - xlVeryHidden | Excel Programming |