View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luc Benninger[_2_] Luc Benninger[_2_] is offline
external usenet poster
 
Posts: 6
Default worksheet functions language

I have a macro that inserts worksheets functions into the active sheet.
Now I ran into troubles as this macro should run on machines with
different language versions of excel installed. The SUM function in
english must be entered as SUMME in a german office version. And there
may be other languages that must be supported too.

How can I write a language-independent macro?
Thanks for any hints!
Luc