Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
That is a great answer - thanks
M "Dana DeLouis" wrote in message ... On 2/22/2010 7:55 AM, Michelle wrote: I'm manipulating rows, and I want to know if I can distinguish between rows that have been hidden, and rows that have been set to RowHeight = 0. Thanks M Just note that in Excel 2007, the row is "Hidden" even with a value of 0.5. Don't quote me on this, but I believe in versions around Excel 97, a Row height of 1 or 2 also returned true. Sub Demo() Rows(1).RowHeight = 0.5 Debug.Print Rows(1).Hidden ' <- True End Sub = = = = = = = HTH :) Dana DeLouis |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
Copy and Paste with hidden columns remaining hidden | Excel Discussion (Misc queries) | |||
Find 4.75 and Replace with 12.75 ( Rowheight ) | Excel Discussion (Misc queries) | |||
Hidden Columns No Longer Hidden after Copying Worksheet? | Excel Discussion (Misc queries) | |||
How do I detect hidden worksheets or hidden data on a worksheet? | Excel Discussion (Misc queries) |