Jul 11, 2003 #1 FaaFee Technical User Joined Jun 11, 2003 Messages 4 Location US If there anyway to move seperate excel files into a one workbook using a vbscript? (Prefably with each file on its own page)
If there anyway to move seperate excel files into a one workbook using a vbscript? (Prefably with each file on its own page)
Jul 12, 2003 #2 ggriffit Programmer Joined Oct 25, 2002 Messages 1,578 Location GB You should be able to use VBA in one Excel Workbook to programatically open the others and copy them into the relevant sheets. Check out http://www.greggriffiths.org/webdev/both/excel/ for some info and links, the links on the conclusions page will probably help the most. Upvote 0 Downvote
You should be able to use VBA in one Excel Workbook to programatically open the others and copy them into the relevant sheets. Check out http://www.greggriffiths.org/webdev/both/excel/ for some info and links, the links on the conclusions page will probably help the most.
Jul 12, 2003 Thread starter #3 FaaFee Technical User Joined Jun 11, 2003 Messages 4 Location US Thanks for the links. Will see if they can help me out. Upvote 0 Downvote