Thread: Active cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Active cell

set rng = Cells(rows.count,1).End(xlup)
rng.Activate

--
Regards,
Tom Ogilvy

"Patrick Simonds" wrote in message
...
How can I get the last cell (with data in it) in column A to be the

active
cell