vba - Reading from a series of Excel Workbooks -
lets read 1 excel workbook, another. done typing
='c:\documents\[myotherexcelfile]sheet1'!a1 but suppose dont have single file, rather 100 (or 1.000) other excel workbooks, each need few values.
assuming named systematically this:
c:\doecuments\excelseriesfile_0001.xlsx c:\doecuments\excelseriesfile_0002.xlsx c:\doecuments\excelseriesfile_0003.xlsx (...) c:\doecuments\excelseriesfile_1000.xlsx is there way can automaticcaly create name of file, in read command, getting 4 digit number cell value in original sheet?
preferably without vba, if needed (or if makes easier/more effective) vba okay.
thanks in advance!
Comments
Post a Comment