Thread
:
Obtaining OS language
View Single Post
#
3
Posted to microsoft.public.excel.programming
Max Potters
external usenet poster
Posts: 43
Obtaining OS language
I would like to know the OS language, not the operating system I am running
"Don Guillett" wrote in message
...
try
Sub os()
MsgBox Application.OperatingSystem
End Sub
--
Don Guillett
SalesAid Software
"Max Potters" wrote in message
...
Hello everyone,
I have tried to obtain the OS language of my computer using VBA, but no
success. Could anyone please help me with this problem? I know it can be
done by using WinAPI, though I dont know how
Thanking you all in advance
Max
Reply With Quote
Max Potters
View Public Profile
Find all posts by Max Potters