+ Reply to Thread
Results 1 to 3 of 3

Hyperlink created from cell content

Hybrid View

Endorphin Hyperlink created from cell... 10-21-2008, 03:26 AM
royUK Try this Const sWeb As... 10-21-2008, 03:53 AM
Endorphin Hi Roy, Sorry, dont think... 10-21-2008, 04:06 AM
  1. #1
    Registered User
    Join Date
    10-27-2006
    Posts
    60

    Hyperlink created from cell content

    Good Morning all,

    Is there a way to automatically create a Hyperlink from the content of a cell for that cell.

    ok, Cell A1 has the number 883908 in it, I am after a way to automatically get that number to create its own hyperlink to go to say :
    "www.google.co.uk/883908"

    Is this at all possible?

    Neil

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    Try this

    Const sWeb As String = "http://www.google.co.uk/"
     ActiveWorkbook.FollowHyperlink Address:=sWeb & ActiveCell.Value
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    10-27-2006
    Posts
    60
    Hi Roy,

    Sorry, dont think I made it very clear.

    There will be a costantly added to list as well as other information on this page.
    When a new number is added to the column, can that number be turned into a hyperlink as above automatically or via running a macro. It does not need to open automatically, just when clicked on.
    Neil

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to display macro result (cell ref) as hyperlink
    By rajsa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2008, 08:02 AM
  2. Vlookup Preserve Hyperlink to Other Cell
    By helios_lie in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-16-2008, 03:44 AM
  3. how to save formula when cell content deleted
    By mixel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-29-2007, 09:50 AM
  4. hyperlink url + cell value
    By jr1966 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-30-2007, 07:04 AM
  5. use cell content as cell address in formula
    By nnsc in forum Excel General
    Replies: 4
    Last Post: 11-05-2006, 03:12 AM

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