ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How could I return to the first row after I finish the last entry? (https://www.excelbanter.com/excel-worksheet-functions/222011-how-could-i-return-first-row-after-i-finish-last-entry.html)

grace

How could I return to the first row after I finish the last entry?
 
IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace

Glenn

How could I return to the first row after I finish the last entry?
 
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.

Luke M

How could I return to the first row after I finish the last entry?
 
Try pressing Ctrl+Home
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Grace" wrote:

IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


Rick Rothstein

How could I return to the first row after I finish the last entry?
 
To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.



grace

How could I return to the first row after I finish the last en
 
Thank you.

"Luke M" wrote:

Try pressing Ctrl+Home
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Grace" wrote:

IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


grace

How could I return to the first row after I finish the last en
 
Thank you.

"Glenn" wrote:

Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.


grace

How could I return to the first row after I finish the last en
 
Thank you.

And is it possible to create a button at the end of the worksheet, so I
could back to the top by clicking it?
Please....

"Rick Rothstein" wrote:

To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.




grace

How could I return to the first row after I finish the last en
 
Thank you.

"Glenn" wrote:

Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the first
row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace


In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.


Luke M

How could I return to the first row after I finish the last en
 
Go to Tools-Macro-Record Macro. Give the macro a name, then start recording.
Press Ctrl+Home
Stop recording
Open the 'Forms' toolbar. Create a button & assign the macro you just wrote.
OR
Draw any shape from the drawing toolbar (like a smiley face!) and then right
click, assign macro.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Grace" wrote:

Thank you.

And is it possible to create a button at the end of the worksheet, so I
could back to the top by clicking it?
Please....

"Rick Rothstein" wrote:

To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace

In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.




grace

How could I return to the first row after I finish the last en
 
It works.
Thank you, Luke.

"Luke M" wrote:

Go to Tools-Macro-Record Macro. Give the macro a name, then start recording.
Press Ctrl+Home
Stop recording
Open the 'Forms' toolbar. Create a button & assign the macro you just wrote.
OR
Draw any shape from the drawing toolbar (like a smiley face!) and then right
click, assign macro.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Grace" wrote:

Thank you.

And is it possible to create a button at the end of the worksheet, so I
could back to the top by clicking it?
Please....

"Rick Rothstein" wrote:

To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace

In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.



Shane Devenshire[_2_]

How could I return to the first row after I finish the last en
 
Hi,

And to follow-up on Rick's comment. The Ctrl+Up Arrow key only works if
there is solid data or all the rows are empty. As an alternative click in
the Name Box on the left side of the Formula Bar and type in the cell address
for the current column-row 1, for example, if you are in z1000 you type in Z1
and press Enter.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Grace" wrote:

Thank you.

And is it possible to create a button at the end of the worksheet, so I
could back to the top by clicking it?
Please....

"Rick Rothstein" wrote:

To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace

In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.




grace

How could I return to the first row after I finish the last en
 
Thank you.

"Shane Devenshire" wrote:

Hi,

And to follow-up on Rick's comment. The Ctrl+Up Arrow key only works if
there is solid data or all the rows are empty. As an alternative click in
the Name Box on the left side of the Formula Bar and type in the cell address
for the current column-row 1, for example, if you are in z1000 you type in Z1
and press Enter.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Grace" wrote:

Thank you.

And is it possible to create a button at the end of the worksheet, so I
could back to the top by clicking it?
Please....

"Rick Rothstein" wrote:

To follow up on Glenn's advice...

Ctrl+Home takes you to cell A1. If you just want to go to Row 1 in the same
column you are currently in, you can do that with Ctrl+UpArrow.

--
Rick (MVP - Excel)


"Glenn" wrote in message
...
Grace wrote:
IF I have a big long worksheet data to enter, how could I return to the
first row when I finish the last entry at the bottom of the worksheet?

Thanking you in advance for your help.

Grace

In the help file under "Keyboard shortcuts" / "Keys for workbooks and
worksheets" / "Move and scroll within worksheets":

CTRL+HOME Move to the beginning of the worksheet.




All times are GMT +1. The time now is 05:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com