
Originally Posted by
AB33
No, I meant you use workbook.open method. Why can not save these tpm files in tmp folder and then open each wb from that tmp? I believe this work faster than looping though active wb.
You can also use ADO method and works on closed workbook. Please refer to Ron Deburin's site for ADO.
Thanks, I will definitely check Rons site out, ive visited it a few times, but not for ADO.

Originally Posted by
Izandol
If you will copy entire columns, you may not past anywhere except row 1 of target sheet because the copied area will not fit! You may try:
Thanks Izandol, your method works well! It does grab a little too much data though, I;m just trying to grab the data in columns A:H (more data exists outside this range), and not the header (in row 1).
When I tried changing
to
I still got the header. Also, I wasnt able to manipulate just the A:H range. Please help!
Bookmarks