View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Nigel RS[_2_] Nigel RS[_2_] is offline
external usenet poster
 
Posts: 80
Default Testing Range Extent

Many thanks

"Gary''s Student" wrote:

Sub howmany()
MsgBox (Selection.Count)
MsgBox (Selection.Areas.Count)
End Sub

--
Gary''s Student - gsnu200722