+ Reply to Thread
Results 1 to 2 of 2

Hyperlink to search a specific Pdf file

Hybrid View

Rob Surina Hyperlink to search a... 12-02-2018, 04:57 PM
mehmetcik Re: Hyperlink to search a... 12-02-2018, 05:58 PM
  1. #1
    Registered User
    Join Date
    08-02-2018
    Location
    Douglas Mi
    MS-Off Ver
    2016
    Posts
    17

    Hyperlink to search a specific Pdf file

    I have a an Excel Worksheet that provides a part number (Example: 5 S1 F1 F1 E3 W1)

    And, I have a File Folder G:\PDF\ that has hundreds of .pdf drawings with similar part numbers.

    I'm looking to Hyperlink the Excel worksheet part number 5 S1 F1 F1 E3 W1 and link the same part number (5 S1 F1 F1 E3 W1) from the file folder G:\PDF

    is this possible?

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Hyperlink to search a specific Pdf file

    The attached userform does something like what you need.

    The active part is

    
    Private Sub Listbox1_Click()
    
    On Error Resume Next
    MyName = ListBox1.Value
    ActiveWorkbook.FollowHyperlink ActiveWorkbook.Path & "\" & ListBox1.Value, NewWindow:=True
    
    Windows(ListBox1.Value).WindowState = xlMaximized
    
    Unload UserForm1
    
    On Error GoTo 0
    End Sub
    Attached Files Attached Files
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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. Hyperlink from Excel to file and target a specific Word in the file
    By John Fletcher in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-21-2017, 12:13 PM
  2. [SOLVED] Auto hyperlink file from specific folder after enter file name in cell
    By satputenandkumar0 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-12-2014, 06:11 AM
  3. [SOLVED] Hyperlink word file to excel file with specific sheet
    By kumawat_s in forum Word Formatting & General
    Replies: 10
    Last Post: 08-10-2012, 07:41 AM
  4. [SOLVED] Search file and hyperlink
    By matrix_xrs in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-09-2012, 08:40 AM
  5. Search file name and hyperlink
    By matrix_xrs in forum Excel General
    Replies: 0
    Last Post: 07-02-2012, 03:42 PM
  6. Search Path & Create Hyperlink To File
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-01-2009, 06:58 PM
  7. Replies: 1
    Last Post: 01-26-2006, 01:00 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