LoveLace85
New Member
- Joined
- Sep 11, 2019
- Messages
- 3
Hi everybody,
I am struggling with this case.
Every week I have a report with updated data and I would like to find easily the difference with the previous one.
So the point is I would like to have a comparison row by row from column A to column F (here semplified in two columns).
For example
File 1:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]A[/TD]
[/TR]
</tbody>[/TABLE]
File 2:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]A[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have a macro where the 2 rows is marked or printed out.
Any help is much appreciated
I am struggling with this case.
Every week I have a report with updated data and I would like to find easily the difference with the previous one.
So the point is I would like to have a comparison row by row from column A to column F (here semplified in two columns).
For example
File 1:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]A[/TD]
[/TR]
</tbody>[/TABLE]
File 2:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]A[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]A[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have a macro where the 2 rows is marked or printed out.
Any help is much appreciated