International Function Problem

J

JJ

I have an application that I need to run on a Danish version of Windows and
Danish Excel.

The function in English reads

=isblank("a1")=false

The function in Danish reads

=er.tog("a1")=falsk

Is there a generic function for the different versions that will work for
both, and other languages? Or, do I need to cater for each option for each
country based on the Excel version?

Much appreciated!
 
N

Niek Otten

Standard Excel functions (not Analysis Toolpak functions) will be translated
between different Excel language versions automatically.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
J

JJ

Niek

Are there different Analysis Toolpacks for the different languages and how
can we get a list of the addin for each each language?

Thanks
JJ
 
Top