Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I wish to use shortcut keys to move cursor to A1, especially when setting
print area. When I use "ALT+Home" the cursor moves to the first cell of the row. How do I opt for the cursor to go to A1? |
#2
![]() |
|||
|
|||
![]()
Ctrl+Home
Silver wrote: I wish to use shortcut keys to move cursor to A1, especially when setting print area. When I use "ALT+Home" the cursor moves to the first cell of the row. How do I opt for the cursor to go to A1? |
#3
![]() |
|||
|
|||
![]()
Ctrl+Home would take you to cell A1 except when you have
the freeze panes on in which case it would take you to the first row first column cell after the freeze pane. -----Original Message----- I wish to use shortcut keys to move cursor to A1, especially when setting print area. When I use "ALT+Home" the cursor moves to the first cell of the row. How do I opt for the cursor to go to A1? . |
#4
![]() |
|||
|
|||
![]()
assign a shortcut to this
Sub gotoa1() Application.Goto Range("a1") End Sub -- Don Guillett SalesAid Software "Silver" wrote in message ... I wish to use shortcut keys to move cursor to A1, especially when setting print area. When I use "ALT+Home" the cursor moves to the first cell of the row. How do I opt for the cursor to go to A1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Move Data Table? | Charts and Charting in Excel | |||
command button in excel will move when print. | Excel Discussion (Misc queries) | |||
useing arrows to move | Excel Discussion (Misc queries) | |||
After scanning a barcode how can I automatically move to the next. | Excel Discussion (Misc queries) |