+ Reply to Thread
Results 1 to 4 of 4

Create hyperlink to folders based on values in col A

  1. #1
    Registered User
    Join Date
    11-26-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    11

    Create hyperlink to folders based on values in col A

    Hi

    I have a variable range from A4 to A10000 (About)

    I want to make a macro that loops through the values (text) in these cells and searches for matching folder names in three different places.
    If there is match then make the cell hyperlinked to that folder.

    There is one more case : The folder text contains more text than the cell text, so the macro should only match the 9 first letters (Wich is the total number of letters in each cell)

    Could anyone point me in the right direction with this one?
    Last edited by Biinge; 12-29-2011 at 07:14 AM.

  2. #2
    Registered User
    Join Date
    11-26-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Create hyperlink to folders based on values in col A

    Anyone got any pointers, or do you need more information?

  3. #3
    Forum Contributor
    Join Date
    12-28-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    280

    Re: Create hyperlink to folders based on values in col A

    Hi

    This will get you started:

    Please Login or Register  to view this content.
    The Constant FLD is where you initially start your search for the folders. Potentially you could loop thru several foilders if you want. Note that I find Dir using vbDirectory argument to be rather slow.

  4. #4
    Registered User
    Join Date
    11-26-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Create hyperlink to folders based on values in col A

    Thank you!

+ 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