Hello. I am wondering if there is a VBA i can do to format all of the date in a cell to be the same. This is for multiple row with different dates and not as easy to update.
Example[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="class: xl45359, width: 112"]9/20/2017
5/10/18[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]what I want[/TD]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="class: xl45359, width: 112"]09/20/2017
05/10/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Example[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="class: xl45359, width: 112"]9/20/2017
5/10/18[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]what I want[/TD]
[TD][TABLE="width: 112"]
<tbody>[TR]
[TD="class: xl45359, width: 112"]09/20/2017
05/10/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]