G
Guest
I am trying to run the following code from a userform and have the
*.selecteditem value go to a textbox(s).
The user needs to identify three different directories for automation of
file saving and retrieval.
Please..... help!
************************************
With Application.FileDialog(msoFileDialogFolderPicker)
.Show
me.txt_Dir1Location.value=SelectedItems (1)
End With
*.selecteditem value go to a textbox(s).
The user needs to identify three different directories for automation of
file saving and retrieval.
Please..... help!
************************************
With Application.FileDialog(msoFileDialogFolderPicker)
.Show
me.txt_Dir1Location.value=SelectedItems (1)
End With