Howto force numeric locale ?

A

Antoine Cellerier

Hello,

I was wondering how one would force the use of a specific local for
decimal<->string conversions in VBA/Excel code. (It seems that VB
dialogs sometimes don't use the same convention as Excel. Excel uses the
system's convention which is "," as the decimal seperator. VB uses the
english convention which is ".")

(i'm looking for something like C function setLocale( LC_NUMERIC,
"fr_FR" ); )

thanks for your help,
 
Top