View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Determining the size of a range.


iRows=Selection.Rows.Count
iColumns = Selection.Columns.Count

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Dave the wave" wrote in message
...
Is there a means for discovering the size of a particular range? (Like,

how
many rows or columns are in the range.) (Using VBA, of course.)

--
from
Dave the wave~~~~~