+ Reply to Thread
Results 1 to 2 of 2

Graph Add-on

Hybrid View

  1. #1
    Registered User
    Join Date
    10-30-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    22

    Graph Add-on

    I have a 2d graph, i require a link,label or whatever on the graph that will take me to the place that i want. what i have done is, i had put a label control on the chart and directed it to a range that is behind the graph with the intention that it is not visible before and becomes visible only when i click the label, but that is not happening.

    Is there any other alternative to this?

    I have tried this on the label
    Private Sub Label1_Click()
    
    ActiveSheet.Range("I14").Hyperlinks(1).Follow
    
    End Sub
    Last edited by pike; 12-03-2011 at 01:33 AM. Reason: add code tags

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,485

    Re: Graph Add-on

    Why do you need code? Does the hyperlink assigned to the shape not work?

    Post a workbook to illustrate your problem
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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