PC Review


Reply
Thread Tools Rate Thread

How could I return to the first row after I finish the last entry?

 
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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
 
Reply With Quote
 
 
 
 
Glenn
Guest
Posts: n/a
 
      23rd Feb 2009
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 With Quote
 
Luke M
Guest
Posts: n/a
 
      23rd Feb 2009
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

 
Reply With Quote
 
Rick Rothstein
Guest
Posts: n/a
 
      23rd Feb 2009
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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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 With Quote
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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

 
Reply With Quote
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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.
>

 
Reply With Quote
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > 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 With Quote
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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.
>

 
Reply With Quote
 
Luke M
Guest
Posts: n/a
 
      23rd Feb 2009
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" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > 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 With Quote
 
Grace
Guest
Posts: n/a
 
      23rd Feb 2009
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" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Entry disappeared when hit Return =?Utf-8?B?U1c=?= Microsoft Access Forms 1 9th Aug 2007 04:52 PM
TOC, long doc, return to TOC entry? Pop` Microsoft Word Document Management 2 28th Nov 2006 06:38 PM
9 cents per print, plus 10% off - print digital photos online. All sizes from 4x6 up to 30x60. Same price for Matte finish and glossy finish nathan_usny Windows XP Photos 0 6th Sep 2005 06:01 PM
9 cents per print, plus 10% off - print digital photos online. All sizes from 4x6 up to 30x60. Same price for Matte finish and glossy finish. nathan_usny Printers 0 6th Sep 2005 05:46 PM
Auto finish a text entry based on previous text entries =?Utf-8?B?RGFu?= Microsoft Access 1 14th Jun 2005 04:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:04 AM.