PDA

View Full Version : Copy one range from multiple files.



Tom Jones
12-11-2015, 05:38 AM
Hello,

I have a folder with 40 to 90 files. Each file has the same data structure. I want to copy the range A8: Z8 of each file in my file where launch VBA code, starting with A10. Can anyone help me?

Thank you.

alansidman
12-11-2015, 06:27 AM
This should get you started.

https://support.microsoft.com/en-us/kb/139724

Tom Jones
12-11-2015, 08:28 AM
Thank you alansidman,

Before asking for help I have studied several VBA codes in internet and found some. But it lasts very long.
If you can help with faster code as well.

alansidman
12-11-2015, 08:53 AM
What have you used that you find slow. Post an example of working code that you wish to speed up.