Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a lot again Norman. You solved my problem completely.
Best, Thulasiram Norman Jones wrote: Hi Thulasiram, I replaced 0 with 1 to unhide the rows/columns. That would only work for a parrticular data configuration. To unhide the empty rows and columns, try: '============= Public Sub Tester() Dim SH As Worksheet Set SH = ActiveSheet With SH.UsedRange .Columns.Hidden = False .Rows.Hidden = False End With End Sub '<<============= --- Regards, Norman "Thulasiram" wrote in message ups.com... Thanks a lot Norman. Really appreciate it. I replaced 0 with 1 to unhide the rows/columns. Thanks again, Thulasiram |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide/Unhide Cells | Excel Worksheet Functions | |||
Hide and unhide shaded cells | New Users to Excel | |||
Hide/Unhide cells using VBA programming | Excel Programming | |||
Switching views - Hide / Unhide preselected cells (Repost) | Excel Discussion (Misc queries) | |||
hide/unhide cells | Excel Worksheet Functions |