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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -