Message 1 of 4
Insert 0.00 instead of 0,00 as numberformat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Like title says:
if have format FM = 0.00
However, when inserting text with ThisDrawing.ModelSpace.AddText((Number FM), Ep, T18) it still gives me: 0,00
instead of the wanted 0.00.
Most be a culture problem, but seems like I can't set this with Vba? I don't want use text replace (cause also possible to insert 1,234.56 instead of 1234.56
Is this solvable?
Thanks!