+ Reply to Thread
Results 1 to 2 of 2

Hyperlink vlookup?

  1. #1
    Registered User
    Join Date
    03-28-2007
    Location
    Leicester, UK
    Posts
    11

    Hyperlink vlookup?

    Hey guys I imagine what I want to do requires VB work IF it can even be done.

    We have a store database and these stores are indicated by number so store 1 - 5000 for example. We want a hyperlink to auto generate based on photos existing in a directory. For example in the photo directory we want the hyper link to display the photo "c:\Photos\1.jpg". store 2543 links to "c:\Photos\2543.jpg" etc.

    Can anyone help?

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    do the list of stores exist in the excel spreadsheet in say a2:a2543

    if so

    =HYPERLINK("c:\photos\"&A2&".jpg") in say cell b2

    or do you wish to generate the list from all the files in the directory, in which case some vba code is required. What do you need to do?

    Regards

    Dav

+ 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