I just want to loop through a bunch of excel files, combining the data, but always skipping the first 5 rows. That works for the first file, but the next iteration will not skip the rows:
Any idea?
I just want to loop through a bunch of excel files, combining the data, but always skipping the first 5 rows. That works for the first file, but the next iteration will not skip the rows:
Any idea?