Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 138
Default Macros and China

Hi, I have created some macros using Excel 2003. They work well, that is they
do everything that they were designed to do... copying data from one workbook
to another and arranging data. The problem is that the person I created them
for wants to use them on a PC in China.

The code is located in a .xla file and normally when this file is loaded a
menu is added. However for this PC, it does attempt to run but goes straight
to the error handler. Unfortunitely with my knowledge of manderin I did not
understand the error message.

As their version of Office is in Manderin, does this mean that the code is
also translated? If the code is translated does the translator mess with the
code in the same way as a movie subtitles?

They are attempting to run this in Excel 2000.

So I don't know whether this is likely to be a problem with running code
created in 2003 on a 2000 PC, a translation thing or something completely
different.

Any ideas appreciated :-)

--
Many thanks
Jonathan Parminter
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Macros and China

Jonathan,
You should first test your code on the English version of their Excel, as
you always develop on the lowest version that you intend to support..
That will probably solve (most of) your problems.

NickHK

"Jonathan" wrote in message
...
Hi, I have created some macros using Excel 2003. They work well, that is

they
do everything that they were designed to do... copying data from one

workbook
to another and arranging data. The problem is that the person I created

them
for wants to use them on a PC in China.

The code is located in a .xla file and normally when this file is loaded a
menu is added. However for this PC, it does attempt to run but goes

straight
to the error handler. Unfortunitely with my knowledge of manderin I did

not
understand the error message.

As their version of Office is in Manderin, does this mean that the code is
also translated? If the code is translated does the translator mess with

the
code in the same way as a movie subtitles?

They are attempting to run this in Excel 2000.

So I don't know whether this is likely to be a problem with running code
created in 2003 on a 2000 PC, a translation thing or something completely
different.

Any ideas appreciated :-)

--
Many thanks
Jonathan Parminter



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macros and China


The problem is most likely to do with running the code on 2000 and no i
doesn't translate the code only the messages.
When you using code with a foreign language version always display bot
an error message and an error number. The error number always means th
same thing and you can then look it up in english.

hope this help

--
tony
-----------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...fo&userid=2107
View this thread: http://www.excelforum.com/showthread.php?threadid=55590

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 138
Default Macros and China

Thanks guys, you're correct. I found a 2000 version and that a couple of
method arguments are new to 2003... specifically in the range.find and
range.sort

--
Many thanks
Jonathan Parminter


"tony h" wrote:


The problem is most likely to do with running the code on 2000 and no it
doesn't translate the code only the messages.
When you using code with a foreign language version always display both
an error message and an error number. The error number always means the
same thing and you can then look it up in english.

hope this helps


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=555901


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
Stop baby eating in CHINA LPC Charts and Charting in Excel 0 January 29th 08 03:28 PM
Stop baby eating in CHINA LPC New Users to Excel 0 January 29th 08 03:26 PM
Stop baby eating in CHINA LPC Excel Worksheet Functions 0 January 29th 08 03:21 PM
Boycott China Olympic- Comeon! Imagiam Setting up and Configuration of Excel 0 January 29th 08 01:44 AM


All times are GMT +1. The time now is 11:56 AM.

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

About Us

"It's about Microsoft Excel"