Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default 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.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default 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.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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.



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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.

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default 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.



  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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.




  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default 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.



  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula: Return last entry in column Suzanne Excel Discussion (Misc queries) 8 March 6th 07 11:53 PM
Finish Spreadsheet Trying Hard Excel Discussion (Misc queries) 1 May 22nd 06 10:56 AM
Return entry in column above/below cell TheRobsterUK Excel Worksheet Functions 2 November 17th 05 03:34 PM
Function to return last entry in a column series? Tory Excel Worksheet Functions 2 November 7th 05 03:16 PM
Return a block of text based on a single "short name" entry cindee Excel Worksheet Functions 5 October 5th 05 08:43 PM


All times are GMT +1. The time now is 09:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"