Results 1 to 1 of 1

Formula Based Hyperlink Display Top Left

Threaded View

  1. #1
    Registered User
    Join Date
    08-30-2013
    Location
    Ballwin, MO
    MS-Off Ver
    Excel 2010
    Posts
    1

    Formula Based Hyperlink Display Top Left

    I wish to use a hyperlink and have the destination address display automatically at the top left of the screen. I found VBA through another thread that works well for hyperlinks created with the wizard.
    Private Sub Workbook_SheetFollowHyperlink(ByVal Sh As Object, ByVal Target As Hyperlink)
             Application.Goto Range(Target.SubAddress), True
    End Sub
    However, that VBA does not work if the hyperlink is formula based.
    =HYPERLINK("#"&ADDRESS(MATCH(B10,$A$1:$A$15000,0),1), "Link")
    How do I use the formula and have the destination appear top left on screen?
    Last edited by Leith Ross; 08-30-2013 at 01:24 PM. Reason: Added Code tags

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hyperlink To Top Left Corner
    By Lewis Clark in forum Excel General
    Replies: 16
    Last Post: 07-13-2015, 03:01 PM
  2. Replies: 1
    Last Post: 10-30-2012, 06:57 AM
  3. [SOLVED] Date formula to display day based off of year
    By Sovren in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-21-2012, 10:13 PM
  4. Subtotals - display left + and -
    By GlendaP in forum Excel General
    Replies: 4
    Last Post: 10-08-2008, 05:04 PM
  5. Replies: 2
    Last Post: 10-27-2005, 04:05 PM

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