Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Randy, Sorry, didn't realize VB6 wasn't covered in that article. You may try calling the following windows API calls in your VB application. Get the Current LCID, change it, then restore it to the original. Declare Function SetThreadLocale Lib "kernel32" Alias "SetThreadLocale" (ByVal Locale As Long) As Long Declare Function GetThreadLocale Lib "KERNEL32" Alias "GetThreadLocale" () As Long The following KB article also has some more information about using these API (GetThreadLocale as least) 217751 HOWTO: Get the Current User Locale ID in a VB EXE Without Restarting http://support.microsoft.com/?id=217751 Thanks, Jim Jim Vita Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel not using regional settings | Excel Discussion (Misc queries) | |||
Regional settings | Excel Worksheet Functions | |||
regional settings | Excel Worksheet Functions | |||
Regional settings independent list separator in arrays | Excel Worksheet Functions | |||
Regional Settings | Excel Discussion (Misc queries) |