View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Max Potters Max Potters is offline
external usenet poster
 
Posts: 43
Default 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