View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Is RowHeight=0 the same as Hidden

If you set the row height to zero, the Hidden property of that row will
become True.
It is usually better to Hide the row because it is then not necessary to
"remember" what the height used to be before you hid it.

--
Gary''s Student - gsnu201001


"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