Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Excel > UserForm Error with Chinese XP/EXCEL only


Reply
 
Thread Tools Display Modes
  #1  
Old 09-04-2008, 02:58 AM
talljohn talljohn is offline
Freshman
 
Join Date: Feb 2003
Posts: 32
Default UserForm Error with Chinese XP/EXCEL only


Hello Experts,

my EXCEL VBA application is running w/o any problems on computers with various country settings but on a chinese computer there is an error message when the UserForm (for editing data) is called.

The source is protected (and shall stay protectetd) but the user is fare away. Following the debugger would make it easy to trace the problem of course.

Are there any wellknown/typical complications with Chinese systems?
Can I "simulate" Chinese conditions on my PC? E.g. just install XP and EXCEL with Chinese country settings?

Thanks

Johannes
Reply With Quote
  #2  
Old 09-04-2008, 06:10 PM
JacquesL JacquesL is offline
Centurion
 
Join Date: Aug 2008
Posts: 116
Default

I program on a Japanese build of windows. I usually have no need to specify special settings.

The closest you can come to a foreign build of windows for testing purpose without a Chinese build of windows/office is:
Control Panel -> (localization and language settings or something -- looks like a globe)
There under language, I think, there should be an option for east asian languages. Install them.
Then, under detailed settings or something, you can select "Chinese" as the environment setting or something. (i.e. apps that support Chinese should function properly?)
Restart your computer.

Another option is to add an on error resume next and then add a custom message box after each if statement. i.e. "error on line ___"

Maybe that will help you a little.
__________________
Jacques
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->