C
Ctech
How can I get the user of a macro to choose a folder?
The code I have now, opens a specific file. However I want the user to
select a folder.
I want this as the macro is to open all the files in the selected
folder...
My code now:
Application.Workbooks.Open Filename:= _
"X:\Users\Shared\GENERAL\Christian S\05.10.28 - Budget packs -
Capital expenditure - comments\BFR " & Mnumb & " bud v1.xls" _
, UpdateLinks:=0
The code I have now, opens a specific file. However I want the user to
select a folder.
I want this as the macro is to open all the files in the selected
folder...
My code now:
Application.Workbooks.Open Filename:= _
"X:\Users\Shared\GENERAL\Christian S\05.10.28 - Budget packs -
Capital expenditure - comments\BFR " & Mnumb & " bud v1.xls" _
, UpdateLinks:=0