sorry i was not sure how to formulate my question (obviously)
its working now,
Dim strShortcut As String
strShortcut = Me.txtShortcut
Call Shell("explorer.exe " & strShortcut, vbNormalFocus)
i had problems where i did not leave a space between .exe and the " but its working now, cheers for taking time to ponder my query
Jonni
|