+ Reply to Thread
Results 1 to 5 of 5

Check box that disables a hyperlink?

  1. #1
    Registered User
    Join Date
    10-06-2009
    Location
    Spain
    MS-Off Ver
    Excel 2007
    Posts
    50

    Check box that disables a hyperlink?

    Hi,

    I have a worksheet which a use as a webpage. In one sheet I have a column (column F) where I just have hyper-links in each cell. What I want to do is put in column E next to each cell of the hyper-links in column F a check box that can disable the links when I'm using the webpage.



    Thanks in advance.
    Elegidos (Spain)

  2. #2
    Registered User
    Join Date
    10-06-2009
    Location
    Spain
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Check box that disables a hyperlink?

    Bumbing it up. Hope some one can help me out on this.


    Thanks

  3. #3
    Valued Forum Contributor jj72uk's Avatar
    Join Date
    03-22-2008
    Location
    Essex, England
    MS-Off Ver
    Work - Office 2000, Home - Office 2007E
    Posts
    360

    Re: Check box that disables a hyperlink?

    Do you want to disable them completly or want to turn them on and off?

    If you want to remove them completly them a simple VBA marco is needed.

    Create a activex check box, make sure you link it to the correct cell

    And add this macro to it:
    Please Login or Register  to view this content.
    Where "" in range it the cell range
    Last edited by jj72uk; 10-15-2009 at 05:36 PM.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Check box that disables a hyperlink?

    jj, please edit your post to add code tags.
    Entia non sunt multiplicanda sine necessitate

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

    Re: Check box that disables a hyperlink?

    If your links are formula then something like this, where C11 contains result of link to checkbox.

    =IF(C11,HYPERLINK("http://www.andypope.info","MySite"),"No Link")

    You will need Conditional formatting to display link as underline+blue.
    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)

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