Description of How International Macros Work in ExcelID: Q69529
|
In Excel, International Macro contents (both functions and text strings) are always displayed in English with U.S. country settings. No translation is performed when loading the macro sheet in a different language version of Excel. When the macro is run, Excel interprets it and uses the local language translation and conventions taken from built-in tables.
In versions of Excel prior to 3.0, and in later version's Standard macro
format), all functions are translated into the local language when the
sheet is loaded in another language version of Excel. Text strings are
not translated. This could cause problems when running the macro.
NOTE: This information applies to version 5.0 of Microsoft Excel when using
macro code instead of module code.
The following sample macro statements illustrate this behavior:
=FORMULA("RETURN()")
=FORMULA("1.45")
=FORMULE("RETURN()")
=FORMULE("1.45")
"User's Guide 2," version 4.0, pages 297-299
"User's Guide," version 3.0, pages 655-658
Additional query words: foreign intmac
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 21, 1999