Search:

Type: Posts; User: manavo11

Search: Search took 1.24 seconds.

  1. Replies
    7
    Views
    28,561

    Re: Get Target Path Of Shortcut

    Have a look at RobDog888's code here : http://www.vbforums.com/showthread.php?t=322799

    It might work, I don't know...
  2. Replies
    7
    Views
    28,561

    Get Target Path Of Shortcut

    Option Explicit

    Private Sub Command1_Click()
    MsgBox GetTargetPath("ShortCut Filename")
    End Sub

    Function GetTargetPath(ByVal FileName As String)

    Dim Obj As Object
    Set Obj =...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width