How to see the path where a shortcut goes?
Code:
Private Sub Command2_Click()
MyAccess$ = App.Path & "\MyAccess.ink"
MyAccessPath$ = "Where does MyAccess go ???"
MsgBox MyAccessPath, vbInformation, ""
End Sub