Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
does anyone know how to check with VBA what decimal separator is set in the system. I'm using MS Office '97 and Win98 but it probably works the same way in other versions too. thanks in advance for the tip. Tomek |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tomek
Application.International(xlDecimalSeparator) should work in all versions. In Excel 2002 and forward, you can also use: Application.DecimalSeparator -- Best Regards Leo Heuser Followup to newsgroup only please. "Tomek" skrev i en meddelelse ... Hi, does anyone know how to check with VBA what decimal separator is set in the system. I'm using MS Office '97 and Win98 but it probably works the same way in other versions too. thanks in advance for the tip. Tomek |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Leo,
that's it! Great! At the same time I've learned of many, many other parameters I often wondered about. The Application.International collection gives a huge amount of useful information. Stupid me I didn't find it before... :) thanks a lot. Tomek "Leo Heuser" wrote in message ... Hi Tomek Application.International(xlDecimalSeparator) should work in all versions. In Excel 2002 and forward, you can also use: Application.DecimalSeparator -- Best Regards Leo Heuser |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're welcome, Tomek, and thanks for
the feedback :-) LeoH "Tomek" skrev i en meddelelse ... Hi Leo, that's it! Great! At the same time I've learned of many, many other parameters I often wondered about. The Application.International collection gives a huge amount of useful information. Stupid me I didn't find it before... :) thanks a lot. Tomek |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Leo,
that's what I needed. Thanks a lot! "Leo Heuser" wrote in message ... Hi Tomek Application.International(xlDecimalSeparator) should work in all versions. In Excel 2002 and forward, you can also use: Application.DecimalSeparator -- Best Regards Leo Heuser |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're welcome, Tomek, and thanks
for the feedback :-) LeoH "Tomek" skrev i en meddelelse ... Hi Leo, that's what I needed. Thanks a lot! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use commas as decimal separator | Excel Discussion (Misc queries) | |||
How do I change the way the decimal separator displays? | Excel Discussion (Misc queries) | |||
How to change international decimal separator | Excel Programming | |||
Decimal separator | Excel Programming | |||
Decimal separator | Excel Programming |