lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I want to write a code to format numbers like the following
[TABLE="width: 500"]
<tbody>[TR]
[TD]number[/TD]
[TD]appears in excel[/TD]
[/TR]
[TR]
[TD]1200[/TD]
[TD]1,2 K
[/TD]
[/TR]
[TR]
[TD]1599[/TD]
[TD]1,599 k[/TD]
[/TR]
</tbody>[/TABLE]
I found this code #,##0,
but did work as expected. Thank you very much.
I want to write a code to format numbers like the following
[TABLE="width: 500"]
<tbody>[TR]
[TD]number[/TD]
[TD]appears in excel[/TD]
[/TR]
[TR]
[TD]1200[/TD]
[TD]1,2 K
[/TD]
[/TR]
[TR]
[TD]1599[/TD]
[TD]1,599 k[/TD]
[/TR]
</tbody>[/TABLE]
I found this code #,##0,
but did work as expected. Thank you very much.