+ Reply to Thread
Results 1 to 3 of 3

How to Hyperlink Worksheets

  1. #1
    Registered User
    Join Date
    11-26-2007
    Posts
    9

    How to Hyperlink Worksheets

    Hi,
    I am trying to Hyperlink sheet3 in Cell B7 of sheet1 .
    I used the following code .
    But none of them seem to be wrkg.

    xlsobj.Worksheets(1).Hyperlinks.Add Anchor:=xlsobj.Worksheets(1).Range("B7"), Address:="Worksheet(3)", SubAddress:=xlsobj.Worksheets(3).Range("A1").Address, TextToDisplay:="Back <<"


    xlsobj.Worksheets(1).Hyperlinks.Add Anchor:=xlsobj.Worksheets(1).Range("B7"), Address:="Sheet3!A1", TextToDisplay:="Back <<"

    Is there any other way to hyperlink sheets?

  2. #2
    Registered User
    Join Date
    11-26-2007
    Posts
    17
    i think this should work

    =HYPERLINK("#Sheet1!"&CELL("address",#REF!))

  3. #3
    Registered User
    Join Date
    11-26-2007
    Posts
    9
    xlsobj.Worksheets(1).Range("B7").Hyperlinks.Add Anchor:=xlsobj.Worksheets(1).Range("B7"), Address:="", SubAddress:="Sheet1!A1", TextToDisplay:="Back <<"

    This is not working.
    Is there any other solution.

+ 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