I used to have some great code that would open each file in a given folder and copy bits and pieces of it into a master document. Well...I still have it but it doesn't work anymore since they upgraded me to 2007. I've looked around at the fixes (I found one on another site with 100s of posts) and it makes my head swim (I haven't written any VBA in a few years and everything I ever knew about it, I learned from trial and error or coming to this board).
I've copied and pasted some of the fixes and tweaked them to fit what I need to do but can't get very far. Even when I get to where I can open a file, I can't get the correct thing to copy because my old code will runs into an error.
All I want to do is open a file from a known folder; copy A1 and A3 into A1 and B1 of my master document; skip down a row in the master document; and repeat until I've done that with each file.
I'm going to keep plugging along but if someone wants to point me in a direction that doesn't entail reading War and Peace, I would appreciate it.
I've copied and pasted some of the fixes and tweaked them to fit what I need to do but can't get very far. Even when I get to where I can open a file, I can't get the correct thing to copy because my old code will runs into an error.
All I want to do is open a file from a known folder; copy A1 and A3 into A1 and B1 of my master document; skip down a row in the master document; and repeat until I've done that with each file.
I'm going to keep plugging along but if someone wants to point me in a direction that doesn't entail reading War and Peace, I would appreciate it.