View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
W[_2_] W[_2_] is offline
external usenet poster
 
Posts: 2
Default goto last cell with data

Hi all,

I export a query from Access on which I have to perform statistical analysis.
The data always start at cell A2, but can stop at whatever cell in the A
range. E.g. it could be A345 or A21.

How can I, programmatically, position myself on A2 and then select from A2
till the last "filled" cell, e.g. A345 ?

Thank you,

W