Thread
:
Active cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
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
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy