'opens any folder in windows explorer when you specify the correct folder name
'opens any folder in windows explorer when you specify the correct folder name
Rate 'opens any folder in windows explorer when you specify the correct folder name
(1(1 Vote))
Dim f_name As String
Dim i As Double
f_name = InputBox("Enter the name of the folder you wish to open", "Open Folder")
i = Shell("explorer " & "c:" & "\" & f_name, vbNormalFocus)
End Sub
'opens any folder in windows explorer when you specify the correct folder name Comments
No comments yet — be the first to post one!
Post a Comment