Hi,
I have a requirements to open multiple excel file (3 different file). the contains of worksheet3 of these 3 diff files will be copied to my workingfile
under 3 different worksheet. May i ask your assistance on how to do this in excel vba or any idea. thank you in advance.
Sample of 3 multiple excel file that i would like to open. worksheet that i would like to copy is worksheet3
XLSample1.xls
XLSample2.xls
XLSample3.xls
My working file were to insert or copy the data that came from those 3 files. I wanted to copy the contains to sheet1 for XLSample1, sheet2 for XLSample2 and sheet3 for XLSample3.
MyDelivery.xlsm
Here is the sample macro code.
Bookmarks