Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 238
Default excel language version

How do I test for excel language version? I would like a macro to read
and report on the language version in use.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default excel language version

See
http://www.rondebruin.nl/international.htm

--

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


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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default excel language version

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.
.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default excel language version

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.
.

  #5   Report Post  
Posted to microsoft.public.excel.programming
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.
.

.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 238
Default excel language version

Thanks Ron.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Check Ms Office/Excel language version Mario[_10_] Excel Programming 3 March 30th 07 01:36 PM
Windows version language and Excel version language Jac Tremblay[_4_] Excel Programming 3 July 1st 06 04:04 PM
Safely automating any language version of Excel cpnet Excel Programming 1 June 23rd 05 12:42 AM
Determining Language Version of Excel Paul Excel Programming 4 December 10th 04 03:35 PM
language version excel masterflasher[_2_] Excel Programming 1 September 16th 04 02:20 PM


All times are GMT +1. The time now is 06:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"