View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default German language issues with macros - Office 2003 version

From what I understand, Excel will translate function names used on
worksheets if opened in a different language, as what you see in the cell is
only an alias for the internal name.
However, VBA code is not included in this process.
may be this will help:
http://www.rondebruin.nl/atptranslator.htm

NickHK


"Colinhp" ...
I work in a company with users in Germany, France and Spain. Their
computers
would be set up for their native languages.
They can not open or use a tool I created in Excel which has macros
written
in English. My computer is set up for UK use.
Is there additional code I should be writing for these users, that
converts
English to their native language or are macros universal in their
behaviour?
If the answer is yes, what is it I should be adding?
Many thanks.