Thread: Sheet Size
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Sheet Size

You can use the UsedRange property to determine the rectangular
range containing data. E.g.,


MsgBox Worksheets("Sheet3").UsedRange.Address



"John Peach" wrote in message
...
Is it possible to find the extents of a sheet without selecting
it ? i.e. how many rows and columns have information in them

Thanks in advnace :-)