Thread
:
Equivalent Method to Control + END
View Single Post
#
5
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Equivalent Method to Control + END
try
ActiveCell.SpecialCells(xlLastCell).Select
--
Don Guillett
SalesAid Software
"Wayne Smith" wrote in message
...
Folks,
I used to know this at one time but I've forgotten.
What is the code I'd use to simulate what I get when I use the Control +
End
key combination on a worksheet?
TIA
Alice
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]