Thread: Ctrl + End
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Gittins John Gittins is offline
external usenet poster
 
Posts: 13
Default Ctrl + End

You can use "ActiveSheet.UsedRange.Select" to do the same.

"Cathy Myers" wrote in message
...
Hi,

Is there any way to programmatically control how Ctrl+End
works? My spreadsheet pulls from a database, and I'd like
for Ctrl+End to take them to the last cell to which data
has been returned. Thanks in advance.

Yours,
C.M.