Hello
I want my macro to show a list of files in a certain folder using the open file dialog box. This is what I have so far:
'
ChDir _
"J:\Payroll\Holiday Journal\"
Workbooks.Open Filename:= _
"J:\Payroll\Holiday Journal\"
obviously the
workbooks.open filename:=
but I want it to stop at this point to allow the user to select the file that they want. As it is it's giving me an error message.
Can someone point me in the right direction?
regards
Pendle
I want my macro to show a list of files in a certain folder using the open file dialog box. This is what I have so far:
'
ChDir _
"J:\Payroll\Holiday Journal\"
Workbooks.Open Filename:= _
"J:\Payroll\Holiday Journal\"
obviously the
workbooks.open filename:=
but I want it to stop at this point to allow the user to select the file that they want. As it is it's giving me an error message.
Can someone point me in the right direction?
regards
Pendle