Am using
Expand|Select|Wrap|Line Numbers
- Call Shell("explorer.exe c:\", vbNormalFocus)
Expand|Select|Wrap|Line Numbers
- Private Sub cmdShortcut_Click()
- Dim strShortcut As String
- strShortcut = Me.txtShortcut
- Call Shell("explorer.exe" & strShortcut, vbNormalFocus)
- End Sub
I tried to use hyperlinks and they didnt work either.
any ideas greatly appreciated. j