Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() We have VBA Macro in which we are using constants min = 0.5 max = 0.999 If the locale is US[English] the macro code work fine with these constants If the code is used in Europe which has a differnt locale which represent "decimal symbol = , ". So in the macro code the decimal is getting dropped. min = 5 max = 999 Is there a way to fix this problem without much modifying the code as these constant are scattered accorss the code? Thanks in advance. -- iamrajy ------------------------------------------------------------------------ iamrajy's Profile: http://www.excelforum.com/member.php...o&userid=28117 View this thread: http://www.excelforum.com/showthread...hreadid=476247 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Format Under Japanese Locale | Excel Discussion (Misc queries) | |||
VBA Date formatting and locale | Excel Programming | |||
Object doesn't support current locale setting: 'setlocale' | Excel Programming | |||
override locale computer settings | Excel Discussion (Misc queries) | |||
TEXT(Cell1,"MMMM YYYY") to work in all locale. | Excel Programming |