lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
What is the best way to get rid of numbers in the column below? I only want "John" name to appear without numbers. I can do Find/Replace, or use nested Substitute() but has to be nested. Is there better way to do that? Thank you very much
[TABLE="class: grid, width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]john1[/TD]
[/TR]
[TR]
[TD]john2[/TD]
[/TR]
[TR]
[TD]john3[/TD]
[/TR]
[TR]
[TD]john4[/TD]
[/TR]
[TR]
[TD]john5[/TD]
[/TR]
[TR]
[TD]john6[/TD]
[/TR]
[TR]
[TD]john7[/TD]
[/TR]
[TR]
[TD]john8[/TD]
[/TR]
[TR]
[TD]john9[/TD]
[/TR]
[TR]
[TD]john10[/TD]
[/TR]
[TR]
[TD]john11[/TD]
[/TR]
[TR]
[TD]john12[/TD]
[/TR]
[TR]
[TD]john13[/TD]
[/TR]
[TR]
[TD]john14[/TD]
[/TR]
[TR]
[TD]john15[/TD]
[/TR]
[TR]
[TD]john16[/TD]
[/TR]
[TR]
[TD]john17[/TD]
[/TR]
[TR]
[TD]john18[/TD]
[/TR]
[TR]
[TD]john19[/TD]
[/TR]
[TR]
[TD]john20[/TD]
[/TR]
[TR]
[TD]john21[/TD]
[/TR]
[TR]
[TD]john22[/TD]
[/TR]
[TR]
[TD]john23[/TD]
[/TR]
[TR]
[TD]john24[/TD]
[/TR]
[TR]
[TD]john25[/TD]
[/TR]
[TR]
[TD]john26[/TD]
[/TR]
[TR]
[TD]john27[/TD]
[/TR]
</tbody>[/TABLE]
What is the best way to get rid of numbers in the column below? I only want "John" name to appear without numbers. I can do Find/Replace, or use nested Substitute() but has to be nested. Is there better way to do that? Thank you very much
[TABLE="class: grid, width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]john1[/TD]
[/TR]
[TR]
[TD]john2[/TD]
[/TR]
[TR]
[TD]john3[/TD]
[/TR]
[TR]
[TD]john4[/TD]
[/TR]
[TR]
[TD]john5[/TD]
[/TR]
[TR]
[TD]john6[/TD]
[/TR]
[TR]
[TD]john7[/TD]
[/TR]
[TR]
[TD]john8[/TD]
[/TR]
[TR]
[TD]john9[/TD]
[/TR]
[TR]
[TD]john10[/TD]
[/TR]
[TR]
[TD]john11[/TD]
[/TR]
[TR]
[TD]john12[/TD]
[/TR]
[TR]
[TD]john13[/TD]
[/TR]
[TR]
[TD]john14[/TD]
[/TR]
[TR]
[TD]john15[/TD]
[/TR]
[TR]
[TD]john16[/TD]
[/TR]
[TR]
[TD]john17[/TD]
[/TR]
[TR]
[TD]john18[/TD]
[/TR]
[TR]
[TD]john19[/TD]
[/TR]
[TR]
[TD]john20[/TD]
[/TR]
[TR]
[TD]john21[/TD]
[/TR]
[TR]
[TD]john22[/TD]
[/TR]
[TR]
[TD]john23[/TD]
[/TR]
[TR]
[TD]john24[/TD]
[/TR]
[TR]
[TD]john25[/TD]
[/TR]
[TR]
[TD]john26[/TD]
[/TR]
[TR]
[TD]john27[/TD]
[/TR]
</tbody>[/TABLE]