Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have a worksheet that will have some columns hidden dynamically from time to time. Is there a reliable way via VBA to unhide all columns automatically? Thanks a lot for your input. -- huangx06 ------------------------------------------------------------------------ huangx06's Profile: http://www.excelforum.com/member.php...o&userid=25014 View this thread: http://www.excelforum.com/showthread...hreadid=385699 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Cells.Select Selection.EntireColumn.Hidden = False -- pkohler ------------------------------------------------------------------------ pkohler's Profile: http://www.excelforum.com/member.php...fo&userid=8919 View this thread: http://www.excelforum.com/showthread...hreadid=385699 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.columns.hidden=false
-- HTH Bob Phillips "huangx06" wrote in message ... Hi, I have a worksheet that will have some columns hidden dynamically from time to time. Is there a reliable way via VBA to unhide all columns automatically? Thanks a lot for your input. -- huangx06 ------------------------------------------------------------------------ huangx06's Profile: http://www.excelforum.com/member.php...o&userid=25014 View this thread: http://www.excelforum.com/showthread...hreadid=385699 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to show only the first three columns | Excel Worksheet Functions | |||
Show Zeros in some cells even though worksheet set to not show zer | Excel Discussion (Misc queries) | |||
how do i sort a worksheet data to show repetitve data and show | Excel Worksheet Functions | |||
Only show certain columns | Excel Worksheet Functions | |||
How do you print an Excel worksheet to show the rows and columns? | New Users to Excel |