P
psi
We have daily data sheets saved down as:
SERVER\folder\FEB\filename feb 28
SERVER\folder\MAR\filename mar 01
SERVER\folder\MAR\filename mar 02
etc..
I want to combine this data for the last 6months.
What is the easiest way to do that?
I'm guessing some kind of for/next loop?
I'm fairly new to vba so how do I:
- set the filename to load (either in vba or via a named cell in
"loading" sheet)
- copy/paste the data into the new "master file" in a way that doesn'
overlap
Your help guys/gals would be most appreciated..
Thanks
Si
(I could copy / paste but I can see me needing to do similiar again
and there are 100s of these to add...
SERVER\folder\FEB\filename feb 28
SERVER\folder\MAR\filename mar 01
SERVER\folder\MAR\filename mar 02
etc..
I want to combine this data for the last 6months.
What is the easiest way to do that?
I'm guessing some kind of for/next loop?
I'm fairly new to vba so how do I:
- set the filename to load (either in vba or via a named cell in
"loading" sheet)
- copy/paste the data into the new "master file" in a way that doesn'
overlap
Your help guys/gals would be most appreciated..
Thanks
Si
(I could copy / paste but I can see me needing to do similiar again
and there are 100s of these to add...