Reading data from many files into subscripts
Posted: Sat Feb 07, 2015 11:18 am
I have dozens of Excel sheets all with the same structure and I need to read the data items therein into variables. All variables are subscripted and each sheet contains the all data items for one subscript. What is the most efficient way to do so? Writing lots of GET XLS DATA for each subscript for all the variables seems intimidating...