lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I want to write a custom formatting code to do the following:
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]user enter[/TD]
[TD]excel shows[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]1 k[/TD]
[/TR]
[TR]
[TD]1245[/TD]
[TD]1.245 k[/TD]
[/TR]
[TR]
[TD]55[/TD]
[TD]55[/TD]
[/TR]
</tbody>[/TABLE]
Is that possible? Thank you very much
I want to write a custom formatting code to do the following:
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]user enter[/TD]
[TD]excel shows[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]1 k[/TD]
[/TR]
[TR]
[TD]1245[/TD]
[TD]1.245 k[/TD]
[/TR]
[TR]
[TD]55[/TD]
[TD]55[/TD]
[/TR]
</tbody>[/TABLE]
Is that possible? Thank you very much
Last edited: