View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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