I would like to split the date next to my text in the cell below using a vba code, but the text will sometimes change and i only want the text in the first cell, not the date.
The first column of my table is what I have and the right column is what I want.
[TABLE="width: 500"]
<tbody>[TR]
[TD]JOHN (02/02/19)[/TD]
[TD]JOHN[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]02/02/19[/TD]
[/TR]
</tbody>[/TABLE]
The first column of my table is what I have and the right column is what I want.
[TABLE="width: 500"]
<tbody>[TR]
[TD]JOHN (02/02/19)[/TD]
[TD]JOHN[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]02/02/19[/TD]
[/TR]
</tbody>[/TABLE]