How to shorten the script of opening 30 Excel files?
Hi folks, I need to read data from 30 Excel files, and my current script is shown below, 383mm has 10 files, 533mm has 10 files and 683mm has 10 files. Is there any way to have a "for loop" type of script that can read all Excel files and assign all data to one stacked data table? Copy and paste 30 times to open 30 files seems awkward. Thanks for your help. dt01 = Open( "E:_383mm_001/FRF.csv" );
d...