Hello Everyone,
I was wondering if someone can help me with automating a fairly manual task.
I have a batch job that saves a number of excel files to a folder. Each file has a unique name beginning. Here are some sample file names:
010_3010 dd-mm-yyyy _Summary.xls
010_3042 dd-mm-yyyy _Summary.xls
012_4025 dd-mm-yyyy _Summary.xls
I have another master file where I have sheets which are named as follows:
010_3010
010_3010-ABC123XYZ
010_3042
010_3042-DEF456PQR
012_4025
012_4025-LMN789HIJ
Currently, I am manually opening the batch files one by one and copy range A1:AC8 and paste it to the matching sheet in the masterfile. For example, I open 010_3010 dd-mm-yyyy _Summary.xls and go to 010_3010 sheet and paste it to last row. That is, if data is present in 010_3010 sheet till row 57, then new data will be pasted on row 58.
If it helps, cell D4 in the batch file has the same name as the sheet in masterfile where the data has to be pasted
Thanks a lot.
I was wondering if someone can help me with automating a fairly manual task.
I have a batch job that saves a number of excel files to a folder. Each file has a unique name beginning. Here are some sample file names:
010_3010 dd-mm-yyyy _Summary.xls
010_3042 dd-mm-yyyy _Summary.xls
012_4025 dd-mm-yyyy _Summary.xls
I have another master file where I have sheets which are named as follows:
010_3010
010_3010-ABC123XYZ
010_3042
010_3042-DEF456PQR
012_4025
012_4025-LMN789HIJ
Currently, I am manually opening the batch files one by one and copy range A1:AC8 and paste it to the matching sheet in the masterfile. For example, I open 010_3010 dd-mm-yyyy _Summary.xls and go to 010_3010 sheet and paste it to last row. That is, if data is present in 010_3010 sheet till row 57, then new data will be pasted on row 58.
If it helps, cell D4 in the batch file has the same name as the sheet in masterfile where the data has to be pasted
Thanks a lot.