Hi,
I would like to set the format of a cell to the Japanese currency format. This means that the comma separator occurs at 4-digit interval instead of 3 (ten-thousand separator instead of thousand separator) like this:
1,000 -> 1000
10,000 -> 1,0000
1,000,000 ->100,0000
1,000,000,000 -> 10,0000,0000
and so on...
There are some rules with the decimals, but I will leave that out for now.
Anybody knows how to achieve this with either custom format or VBA, instead of initiating system changes?
I would like to set the format of a cell to the Japanese currency format. This means that the comma separator occurs at 4-digit interval instead of 3 (ten-thousand separator instead of thousand separator) like this:
1,000 -> 1000
10,000 -> 1,0000
1,000,000 ->100,0000
1,000,000,000 -> 10,0000,0000
and so on...
There are some rules with the decimals, but I will leave that out for now.
Anybody knows how to achieve this with either custom format or VBA, instead of initiating system changes?