

May 24
2012
VBA Application Error for language
Thread
VBA Application Error for language
Asheesh Sant
[Faurecia]
May 24, 2012 11:52 PM
Hi All, I have noticed an error when I run the CATVBA Application on a machine where the regional language is set other than english. The application is running perfect on the machine where regional language is US English but giving "Type Mismatch" error if the regional language is set to French. Can somebody help me on this so that I can have the solution for the same. Thanks, Asheesh Sant |
RE: VBA Application Error for language
Little Cthulhu
[Sikorsky Aircraft]
May 25, 2012 04:42 PM
Hi.
It's probably a hard-coded piece of code that relies on English UI. Can't say anything more without seeing catvba's source code. |
RE: VBA Application Error for language
Harish Trivedi, Knowledge Based Engg
[Geometric Limited]
Jun 01, 2012 04:10 AM
All you need to do is check regional language settings.
An example:
On Windows OS, current regional language settings are French then you can try running the same CATVba in English.
Mainly, all you can do is read the local language setting but you can't effect it through script.
Hope this will help
|
All Times America/New_York