G
Giri
Hi,
How can i select multiple .xls to open & also capture
the name of each of those .xls when i invoke the Open
dialog from the code ? Currently, i am using the following:
1. File_Open = Application.GetOpenFileName()
2. Workbooks.Open Filename:=File_Open
Point 1 enables me to select only ONE file i.e allows to
select the filename thru the Open dialog. Point 2 actually
opens the file.
So, i want to know how i can make the Open dialog allow me
to select multiple files & how do i capture the names of
the files selected.
Any help in this regard is appreciated. Thank You in
advance.
Regards,
Giri
How can i select multiple .xls to open & also capture
the name of each of those .xls when i invoke the Open
dialog from the code ? Currently, i am using the following:
1. File_Open = Application.GetOpenFileName()
2. Workbooks.Open Filename:=File_Open
Point 1 enables me to select only ONE file i.e allows to
select the filename thru the Open dialog. Point 2 actually
opens the file.
So, i want to know how i can make the Open dialog allow me
to select multiple files & how do i capture the names of
the files selected.
Any help in this regard is appreciated. Thank You in
advance.
Regards,
Giri