View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Range 's top property

Sub ordinate()
x = Selection.Top
MsgBox (x)
End Sub

will measure how far the top of a range is from the top of the first row.

The unit is the name of a boring t.v. show
--
Gary''s Student - gsnu200720