+ Reply to Thread
Results 1 to 2 of 2

Multiple Cells to Hyperlink

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2003
    Posts
    17

    Multiple Cells to Hyperlink

    Hi
    This code will only work for 1 Cell, I have tried different ways, but not sure if and how to do so. What I would like is for this Macro to Hyperlink all data in a Column. Could be anything up to about 70 rows, there are a number of Workbooks I require this to be done for. I created a button and scrolled down manually, but this is getting tedious.

    Thank you


    Sub UpdateHyperLink()
    '
    ' UpdateHyperLink Macro
    ' Macro recorded 10/01/2013 by r872030
    '

    '
    Range("A2").Select
    Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
    Sheets("SheetNames").Select
    End Sub

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Multiple Cells to Hyperlink

    Hi

    Try this macro:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Click *, if my suggestion helps you. Have a good day!!

+ 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