Hi,
I have a scenario that I should copy the data from one workbook to another workbook, as per date,
copy data from workbook 1(sheet1) to workbook 2 (Sheet1)
workbook1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]date
[/TD]
[TD]count
[/TD]
[/TR]
[TR]
[TD]24/05/2018
[/TD]
[TD]2465
[/TD]
[/TR]
</tbody>[/TABLE]
from the above workbook it should copy the data of 24/05/2018 and paste in another workbook for date 24/05/2018,
workbook 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]date
[/TD]
[TD]count
[/TD]
[/TR]
[TR]
[TD]24/05/2018
[/TD]
[TD]"it should copied here"
[/TD]
[/TR]
</tbody>[/TABLE]
Kindly please help me out in this.....
I have a scenario that I should copy the data from one workbook to another workbook, as per date,
copy data from workbook 1(sheet1) to workbook 2 (Sheet1)
workbook1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]date
[/TD]
[TD]count
[/TD]
[/TR]
[TR]
[TD]24/05/2018
[/TD]
[TD]2465
[/TD]
[/TR]
</tbody>[/TABLE]
from the above workbook it should copy the data of 24/05/2018 and paste in another workbook for date 24/05/2018,
workbook 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]date
[/TD]
[TD]count
[/TD]
[/TR]
[TR]
[TD]24/05/2018
[/TD]
[TD]"it should copied here"
[/TD]
[/TR]
</tbody>[/TABLE]
Kindly please help me out in this.....