#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default Worksheet Jump

If I am on Sheet 50 and I want to get to Sheet 1. I can Press Ctrl Pg Up and
I will arrive at Sheet 1. I am wondering is there a faster way to jump from
Sheet 50 to Sheet 1?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Worksheet Jump

Hi,

that depends. Is sheet1 the first sheet in the workbook, if so right-click
any of the tab scrollers and pick Sheet1 from the popup list.

If not, type Sheet1!A1 in the Name Box on the left side of the Formula Bar
and press Enter.

Or write a macro

Sub GoToSheet1()
Sheets("Sheet1").Activate
End Sub

Assign a shortcut key such as Ctrl+e and you will be able to get there in
one step.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"TGalin" wrote:

If I am on Sheet 50 and I want to get to Sheet 1. I can Press Ctrl Pg Up and
I will arrive at Sheet 1. I am wondering is there a faster way to jump from
Sheet 50 to Sheet 1?

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
Can I jump to a cell in another worksheet PCRONE Excel Worksheet Functions 2 April 16th 08 01:33 AM
Size Jump Supe Excel Discussion (Misc queries) 2 December 13th 07 04:36 PM
Jump to link worksheet Dinesh Excel Worksheet Functions 2 November 15th 06 10:12 PM
I want to jump to a worksheet from a contents sheet John C Excel Worksheet Functions 2 June 6th 06 05:11 PM
HOW TO JUMP TO THE LAST CELL IN A ROW? Mark Excel Discussion (Misc queries) 3 October 10th 05 03:40 PM


All times are GMT +1. The time now is 03:54 AM.

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"