Cell Height formula?

  • Thread starter Merlins apprentice
  • Start date
M

Merlins apprentice

The formula =Cell("Width", A1) will return the width of cell A1 but there
does not appear to be an equivalent formula to determine the cell Height.
Although what I actually need is a function that lets me know if the a row
is hidden or not.
I can do it with a VBA function but would rather use an Excel function if
one exists.
 
Top