+ Reply to Thread
Results 1 to 3 of 3

Prevent Filepath Appearing When Hovering Over Hyperlink

Hybrid View

Spencer Prevent Filepath Appearing... 03-23-2011, 07:14 PM
Andy Pope Re: Prevent Filepath... 03-24-2011, 10:09 AM
Spencer Re: Prevent Filepath... 03-24-2011, 10:27 AM
  1. #1
    Forum Contributor
    Join Date
    05-17-2007
    Location
    Michigan, US
    MS-Off Ver
    2007
    Posts
    111

    Prevent Filepath Appearing When Hovering Over Hyperlink

    I would like to disable the Filepath information from displaying when you hover over a hyperlink.

    I'm creating these hyperlinks via VBA and I'm hoping there is some value that I can set to prevent the filepath from appearing when you hover over the hyperlink.

    Please see the attached screen shot.

    Here is the code I am using to create the hyperlink. "Destination" is string that is a named range with refers to Cell A1 on different sheets.

        With Me
        .Hyperlinks.Add Anchor:=Range(Target.Address), Address:="", SubAddress:=(Destination), _
            TextToDisplay:="", _
            ScreenTip:=""
        Target.Style = "Hyperlink"
        End With
    Attached Images Attached Images
    Last edited by Spencer; 03-24-2011 at 10:27 AM.

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

    Re: Prevent Filepath Appearing When Hovering Over Hyperlink

    Give the screentip property a value and that is what will be displayed.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Contributor
    Join Date
    05-17-2007
    Location
    Michigan, US
    MS-Off Ver
    2007
    Posts
    111

    Re: Prevent Filepath Appearing When Hovering Over Hyperlink

    Quote Originally Posted by Andy Pope View Post
    Give the screentip property a value and that is what will be displayed.
    Perfect, thank you. I assumed because I told it the screentip:="" that it should be empty or null.

    Thanks again,
    Spence

+ 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