![]() |
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. |
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. |
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. . |
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. . |
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. . . |
excel language version
Thanks Ron.
|
All times are GMT +1. The time now is 06:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com