View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
geotso geotso is offline
external usenet poster
 
Posts: 10
Default sum height of selected rows

"Mike H" wrote:

Hi,

You do do this

For Each c In Selection
TotHeight = TotHeight + c.RowHeight
Next
MsgBox TotHeight

Mike

I get a message "12779520" for my selection (an example of 32 rows). What
does that mean?

Thanks