Thread: German VBA
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default German VBA

Function calls will be translated automatically.
There are a few exceptions, like functons in Analysis Toolpak. Also, literal
constants (like format strings in TEXT() funcions) are not translated.
For more info, look at Ron de Bruin's page he

http://www.rondebruin.nl/international.htm

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Fan924" wrote in message
...
Does VB code generated on a US version of excel run on a German
version of excel.? I am already aware that some function names are
different.