Shift-Ctrl-End not working?

jevremovj

Board Regular
Joined
Mar 9, 2002
Messages
101
Hi - I'm using Excel 2003 and trying to help a co-worker navigate to the bottom of a 15,000 row data set to discover that when I press the shift-control-end keys simultaneously that Excel does not respond how it does on my computer by going to the end of the 15,000 row? Help, how do I get those functions to work for her?
 
Hi - I'm using Excel 2003 and trying to help a co-worker navigate to the bottom of a 15,000 row data set to discover that when I press the shift-control-end keys simultaneously that Excel does not respond how it does on my computer by going to the end of the 15,000 row? Help, how do I get those functions to work for her?

Hi,

This combination of hot-keys can be locked for example by macro of some Add-Ins. Try to unlock it by such code:
Code:
Sub Auto_Open()
  Application.OnKey "^+{END}"
End Sub

Vladimir
 
Upvote 0

Forum statistics

Threads
1,226,801
Messages
6,193,075
Members
453,773
Latest member
bclever07

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top