Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do i check in a macro whether a given cell is hidden?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
WM
I believe the ColumnWidth property will be zero if it's hidden If Range("A1").ColumnWidth = 0 Then You could also check that either the row or column for that range were hidden Range("A1").EntireRow.Hidden Or Range("a1").EntireColumn.Hidden but I can't think why ColumnWidth wouldn't work, so I'd probably use that one. -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com "Wandering Mage" wrote in message ... how do i check in a macro whether a given cell is hidden? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
write in a cell and the cell above is temporarly hidden | Excel Worksheet Functions | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | 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) | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming |