Dear all,
I want to import data from 215 workbooks formatted the same way.
I have created a summary workbook which contains all filenames in A1:A215
I have created a macro to open all which it is like this
Sub open_all()
Dim filenames(215) As String
Dim time1 As Date
Dim time2 As Date...