View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paqogomez@gmail.com is offline
external usenet poster
 
Posts: 4
Default spreadsheet range selection

xlLastCell will give you the last cell on the spreadsheet. If you want
to know exactly which one that is, open the spreadsheet and hit ctrl +
end.

So something like... range("A11", xlLastCell).Select should work.

Is this what you were looking for?

paqo