+ Reply to Thread
Results 1 to 2 of 2

shortcut to sheet?

  1. #1
    MW_RedMos
    Guest

    shortcut to sheet?

    Can I create a shortcut to a sheet? I have a multi sheet book, can I create a
    desktop shortcut to open a particular sheet?

  2. #2
    Chip Pearson
    Guest

    Re: shortcut to sheet?

    You can use a macro to automatically open to a specific sheet. In
    the ThisWorkbook code module, use

    Private Sub Workbook_Open()
    Me.Worksheets("Sheet1").Select
    End Sub


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com






    "MW_RedMos" <[email protected]> wrote in
    message
    news:[email protected]...
    > Can I create a shortcut to a sheet? I have a multi sheet book,
    > can I create a
    > desktop shortcut to open a particular sheet?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1