R
RompStar
Ok, on my local network \\
I have 5 different Excel.xls documents,
doc1.xls
doc2.xls
doc3.xls
doc4.xls
doc5.xls
in each document there is a single sheet, each one names differently
and of course I know their names...
EAch doc is exactly the same in desigh, has 4 columns, A, B, C, D
A: has Department Name
B: has Date
C: has Employee Name
D: Daily Status
A1
1 has headers and everything below that starting at
A2
2 is data...
So, there are 5 different documents, I simply want to merge them all
into a single sheet, keep the headers and paste the data... only select
data filled, ignore blank rows below last used...
I need to do this everyday.... so manual cut and paste takes a good 10
minutes and I don't want to waste my time, as I have so many things to
do...
So I guess I need a VBA script that will go and grab these files from
the network and paste them into a Master Append document that holds
them all...
Maybe have an update button, so the next day it looks into these files
and grabs only new dates that don't match in the master document...
Any ideas ? maybe script that have been wrote already...
I have 5 different Excel.xls documents,
doc1.xls
doc2.xls
doc3.xls
doc4.xls
doc5.xls
in each document there is a single sheet, each one names differently
and of course I know their names...
EAch doc is exactly the same in desigh, has 4 columns, A, B, C, D
A: has Department Name
B: has Date
C: has Employee Name
D: Daily Status
A1

A2

So, there are 5 different documents, I simply want to merge them all
into a single sheet, keep the headers and paste the data... only select
data filled, ignore blank rows below last used...
I need to do this everyday.... so manual cut and paste takes a good 10
minutes and I don't want to waste my time, as I have so many things to
do...
So I guess I need a VBA script that will go and grab these files from
the network and paste them into a Master Append document that holds
them all...
Maybe have an update button, so the next day it looks into these files
and grabs only new dates that don't match in the master document...
Any ideas ? maybe script that have been wrote already...