---Background----
I am trying to make a database updating tool.
What I have is one workbook that is the database, with a button to update the database. The button pops up a userform and asks if you want to update the entire database, or just add single files. I am able to do the single file program, but I am having trouble with the entire database.... I want to be able to select multiple folders and copy data from any file in that folder or subfolder.
---Question----
Need vb help to program excel to open all files in a folder (or subfolder in that folder) copy a specified range of data, then go back to the original file and paste it to a specified point.
Regards,
JT
I am trying to make a database updating tool.
What I have is one workbook that is the database, with a button to update the database. The button pops up a userform and asks if you want to update the entire database, or just add single files. I am able to do the single file program, but I am having trouble with the entire database.... I want to be able to select multiple folders and copy data from any file in that folder or subfolder.
---Question----
Need vb help to program excel to open all files in a folder (or subfolder in that folder) copy a specified range of data, then go back to the original file and paste it to a specified point.
Regards,
JT