View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
coder_arun[_4_] coder_arun[_4_] is offline
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