Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2008

Tip: Looking for answers? Try searching our database.

How to toggle from Two Worksheets

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave K - 23 Feb 2008 17:21 GMT
Does anyone know a shortcut for toggling from one worksheet to the
next within the same workbook (preferably without having to create a
new Window)?

Thanks.
RagDyeR - 23 Feb 2008 17:33 GMT
<Ctrl> <PageUp>
<Ctrl> <PageDown>
Signature


HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

Does anyone know a shortcut for toggling from one worksheet to the
next within the same workbook (preferably without having to create a
new Window)?

Thanks.
Mike C - 24 Feb 2008 16:48 GMT
> <Ctrl> <PageUp>
> <Ctrl> <PageDown>
[quoted text clipped - 12 lines]
>
> Thanks.

Thank for the response.  But I probably should have clarified my
question. Is there a way to go back and forth from Spreadsheet A and
Spreadsheet B (when they are not directly next to one another)?
Perhaps there is a way to go to the last active cell.......
JP - 24 Feb 2008 17:15 GMT
If you opened both worksheets with the same instance of Excel (using
File>Open), then Ctrl-Tab will switch between them.

HTH,
JP

> > <Ctrl> <PageUp>
> > <Ctrl> <PageDown>
[quoted text clipped - 22 lines]
>
> - Show quoted text -
Gord Dibben - 24 Feb 2008 17:29 GMT
Sub Toggle_Sheets()
   With ActiveWindow
       If ActiveSheet.Name = "SheetA" Then
           Sheets("SheetB").Activate
       Else
           Sheets("SheetA").Activate
       End If
   End With
End Sub

Gord Dibben  MS Excel MVP

>Thank for the response.  But I probably should have clarified my
>question. Is there a way to go back and forth from Spreadsheet A and
>Spreadsheet B (when they are not directly next to one another)?
>Perhaps there is a way to go to the last active cell.......
Ragdyer - 24 Feb 2008 18:34 GMT
Have your tried Hyperlinks?
Signature

Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

On Feb 23, 11:33 am, "RagDyeR" <ragd...@cutoutmsn.com> wrote:
> <Ctrl> <PageUp>
> <Ctrl> <PageDown>
[quoted text clipped - 15 lines]
>
> Thanks.

Thank for the response.  But I probably should have clarified my
question. Is there a way to go back and forth from Spreadsheet A and
Spreadsheet B (when they are not directly next to one another)?
Perhaps there is a way to go to the last active cell.......
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.