+ Reply to Thread
Results 1 to 3 of 3

Extract a hyperlink from cell value

  1. #1
    mabc
    Guest

    Extract a hyperlink from cell value

    I need how to get the hyperlink from a cell with VBA

  2. #2
    Anne Troy
    Guest

    Re: Extract a hyperlink from cell value

    http://www.officearticles.com/excel/...soft_excel.htm

    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "mabc" <mabc@discussions.microsoft.com> wrote in message
    news:91BF87AF-27CC-4AA8-9B87-0C0696209A0E@microsoft.com...
    > I need how to get the hyperlink from a cell with VBA




  3. #3
    mabc
    Guest

    RE: Extract a hyperlink from cell value

    I already find the way:

    For example, if the cell "B3" has a hyperlink, this code extract the link
    value:

    Range("B3").Select
    MsgBox (ActiveCell.Hyperlinks(1).Address)


    "mabc" wrote:

    > I need how to get the hyperlink from a cell with VBA


+ 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