Wanted macro code to remove the numbers, spacing, and dash from the entries that would be the row headings (example would be remove the " 1 - " from " 1 - AA". The entry will consist of 4 spaces, the number, a space, a dash, and another space before the data. The width of the row will vary, but I have the code to select that range already.
The data would look like below:
[TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD] 1 - AA[/TD]
[TD] 2 - AB[/TD]
[TD] 3 - DF[/TD]
[TD] 4 - BA[/TD]
[TD] 5 - BB[/TD]
[TD] 6 - BC[/TD]
[TD] 7 - BD[/TD]
[TD] 8 - Bdd[/TD]
[TD] 9 - klakd[/TD]
[TD] 10 - AAAAA[/TD]
[TD] 11 - AAAAAA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 50"]
<tbody></tbody>[/TABLE]
Any help would be appreciated.
The data would look like below:
[TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD] 1 - AA[/TD]
[TD] 2 - AB[/TD]
[TD] 3 - DF[/TD]
[TD] 4 - BA[/TD]
[TD] 5 - BB[/TD]
[TD] 6 - BC[/TD]
[TD] 7 - BD[/TD]
[TD] 8 - Bdd[/TD]
[TD] 9 - klakd[/TD]
[TD] 10 - AAAAA[/TD]
[TD] 11 - AAAAAA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 50"]
<tbody></tbody>[/TABLE]
Any help would be appreciated.