Every morning I have to manually copy and paste information from cells because VLOOKUP doesn't carry over formatting. I am very beginner to VBA.... Basically I have cells that contain information laid out like such:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name[/TD]
[TD]DOCKET[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]<del>1234</del>TEST[/TD]
[/TR]
[TR]
[TD]BCD[/TD]
[TD]2345 TEST[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated putting together VBA Code or functions to copy the formatting and values due to the strikethroughs through some text. I just need a way to get VLOOKUP to carry over the formatting of the strikethroughs and even print them on a new sheet.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name[/TD]
[TD]DOCKET[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]<del>1234</del>TEST[/TD]
[/TR]
[TR]
[TD]BCD[/TD]
[TD]2345 TEST[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated putting together VBA Code or functions to copy the formatting and values due to the strikethroughs through some text. I just need a way to get VLOOKUP to carry over the formatting of the strikethroughs and even print them on a new sheet.