Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Language Indepedent XLM Macro


Hi

I have some XLM macros that are generated from my application, i hav
to generate the macros according to the locale
Example:

English:
=SELECT("R1C1:R10C1")
=RUN("Macro1")

Italian:
=SELECT("R1K1:R10K1")
=RUN("Macro1")

Spanish:
=SELECT("F1C1:F10C1")
=RUN("Macro1")

Is it possible to generate Language independent macros, i have hear
about some methods to do that... but not sure what they are...
Please do let me know.

Thanks in Advance
Aru

--
coder_aru
-----------------------------------------------------------------------
coder_arun's Profile: http://www.excelforum.com/member.php...fo&userid=3381
View this thread: http://www.excelforum.com/showthread.php?threadid=56783

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Language Indepedent XLM Macro


There are 2 types of macro sheets...

1. Microsoft Excel 4.0 macrosheet
a localized sheet, using localized functions and
localized references.

2. International MacroSheet
ALWAYS uses US english for functions and references.

you'll need the 2nd one. (International) for macros to work in all
languages.

you can copy the cells from xlm4 to intl (and vice versa).
functions are translated autom. BUT you'll have to review
"text" arguments carefully!

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


coder_arun wrote in
<news:<coder_arun.2bynm3_1154603040.2436@excelforu m-nospam.com


Hi

I have some XLM macros that are generated from my application, i have
to generate the macros according to the locale
Example:

English:
=SELECT("R1C1:R10C1")
=RUN("Macro1")

Italian:
=SELECT("R1K1:R10K1")
=RUN("Macro1")

Spanish:
=SELECT("F1C1:F10C1")
=RUN("Macro1")

Is it possible to generate Language independent macros, i have heard
about some methods to do that... but not sure what they are...
Please do let me know.

Thanks in Advance
Arun

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
How to change German language data into Eglish Language in a colum Execel work sheet language problems Excel Discussion (Misc queries) 1 October 29th 07 09:59 PM
Language Indepedent Macro coder_arun[_3_] Excel Programming 2 August 3rd 06 10:54 AM
language support in excel sheet using a third party language tool seema Excel Worksheet Functions 0 March 13th 06 06:06 AM
Macro Language T.A. Oliver Excel Programming 3 July 5th 05 06:28 PM
How to change the excel format from language to language? zee Excel Discussion (Misc queries) 2 January 30th 05 06:51 PM


All times are GMT +1. The time now is 11:11 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"