Excel: END Key Functionality Changed in Version 4.0ID: Q88677
|
In Microsoft Excel, the functionality of the END key was changed in version 4.0 and later. In version 3.0, pressing the END key moved the active cell to the last cell in the current row. In version 4.0 and later, pressing the END key toggles END mode on and off. If you press END followed by the ENTER key (RETURN on the Macintosh), Microsoft Excel moves the active cell to the last cell in the current row.
The functionality of the END key was changed to incorporate END mode,
which provides a number of ways to move and select cells in a
worksheet. For more information on moving and selecting with the END
key, see pages 80-82 in "User's Guide" version 5.0 or pages 548-551 in
"User's Guide 1" version 4.0.
A1: Auto_Open
A2: =ON.KEY("{END}","Excel_3.0_End_Key")
A3: =ON.KEY("+{END}","Excel_3.0_Shift_End_Key")
A4: =RETURN()
A5:
A6: Excel_3.0_End_Key
A7: LastCol=GET.DOCUMENT(12)
A8: =SELECT("RC"&IF(LastCol>0,LastCol,""))
A9: =RETURN()
A10:
A11: Excel_3.0_Shift_End_Key
A12: LastCol=GET.DOCUMENT(12)
A13: =SELECT("RC:RC"&IF(LastCol>0,LastCol,""))
A14: =RETURN()
Additional query words: change
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 26, 1999