Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey people, I need to know if excel does have a method or function that can
find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.OperatingSystem
HTH Paul ------------------------------------------------------------------------- Hey people, I need to know if excel does have a method or function that can find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paul, I already tried that but that only gives me "Windows (32-bit) NT 5.01".
I need to find out the Operating system language (English,Spanish,German,French,etc...). Thanks for the quick reply anyways!Chay " wrote: Application.OperatingSystem HTH Paul ------------------------------------------------------------------------- Hey people, I need to know if excel does have a method or function that can find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chay,
I suspect what you really need is to determine various paths, independent of language. Maybe: ?environ("USERPROFILE") Or use with one of these; APPDATA, SystemDrive, TEMP, windir, Or possibly: Application.LanguageSettings.LanguageID(msoLanguag eIDInstall) NickHK "Chay" wrote in message ... Paul, I already tried that but that only gives me "Windows (32-bit) NT 5.01". I need to find out the Operating system language (English,Spanish,German,French,etc...). Thanks for the quick reply anyways!Chay " wrote: Application.OperatingSystem HTH Paul ------------------------------------------------------------------------- Hey people, I need to know if excel does have a method or function that can find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
NickHK,
Thank you very much!!!!Your post helped me think of something (Application.LanguageSettings.LanguageID(msoLangua geIDInstall)). Thanks again, Chay "NickHK" wrote: Chay, I suspect what you really need is to determine various paths, independent of language. Maybe: ?environ("USERPROFILE") Or use with one of these; APPDATA, SystemDrive, TEMP, windir, Or possibly: Application.LanguageSettings.LanguageID(msoLanguag eIDInstall) NickHK "Chay" wrote in message ... Paul, I already tried that but that only gives me "Windows (32-bit) NT 5.01". I need to find out the Operating system language (English,Spanish,German,French,etc...). Thanks for the quick reply anyways!Chay " wrote: Application.OperatingSystem HTH Paul ------------------------------------------------------------------------- Hey people, I need to know if excel does have a method or function that can find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The Green Gate / Arabic Language Learning System | Excel Discussion (Misc queries) | |||
تعلم اللغة العربية /Arabic Language Learning System | Excel Worksheet Functions | |||
How to change German language data into Eglish Language in a colum | Excel Discussion (Misc queries) | |||
language support in excel sheet using a third party language tool | Excel Worksheet Functions | |||
How to change the excel format from language to language? | Excel Discussion (Misc queries) |