View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default excel language version

hi
thanks.

Regards
FSt1

"Ron de Bruin" wrote:

Hi FSt1

Country code will not always give you the language
See the link I posted

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"FSt1" wrote in message ...
hi
you might try something like this..
Sub whatisit()
Dim CC As Long
CC = Application.International(xlCountryCode)
MsgBox CC
End Sub
also see this site
http://support.microsoft.com/default...b/213833/en-us

regards
FSt1


"Fan924" wrote:

How do I test for excel language version? I would like a macro to read
and report on the language version in use.
.

.