Have tried the following code with no success as Im unsure what goes where, do I just cut a paste this to a command button ?
Dim dlgSelect As FileDialog, selectedFolder As String
Set dlgSelect = Application. FileDialog(msoFileDialogFol derPicker)
dlgSelect.Show
selectedFolder =...
Hi hoping that someone will be able to help me with this problem that has been taxing me for months.
I have the following code which allows the user to view folders in a list box.
Dim objFSO As Object, TargetFolder As Object, FC As Object
Set objFSO =...
Hi hoping that someone will be able to help me with this problem that has been taxing me for months.
I have the following code which allows the user to view folders in a list box.
Dim objFSO As Object, TargetFolder As Object, FC As Object
Set objFSO =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.