Hi all the browse for folder function;
PHV has a code I found,
Set Sh = CreateObject("Shell.Application")
Set F = Sh.BrowseForFolder(0, "Choose a folder", 0, 17)
If (Not F Is Nothing) Then
'Add code here.
End If
this will put up a box and allow you to browse, how do I get the code to create a value that I can use in my script for the user to choose a folder?
Only the good die young, me I'm here forever
PHV has a code I found,
Set Sh = CreateObject("Shell.Application")
Set F = Sh.BrowseForFolder(0, "Choose a folder", 0, 17)
If (Not F Is Nothing) Then
'Add code here.
End If
this will put up a box and allow you to browse, how do I get the code to create a value that I can use in my script for the user to choose a folder?
Only the good die young, me I'm here forever