LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 106
Default Question on Hide/Unhide cells

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
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
Hide/Unhide Cells eddysmith Excel Worksheet Functions 1 March 2nd 11 01:14 PM
Hide and unhide shaded cells Sylve New Users to Excel 12 March 8th 09 09:09 PM
Hide/Unhide cells using VBA programming Thulasiram Excel Programming 3 July 21st 06 11:12 PM
Switching views - Hide / Unhide preselected cells (Repost) Turquoise_dax Excel Discussion (Misc queries) 0 June 15th 06 07:03 PM
hide/unhide cells garpavco Excel Worksheet Functions 3 January 13th 05 01:33 AM


All times are GMT +1. The time now is 08:17 AM.

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

About Us

"It's about Microsoft Excel"