Regional Settings

L

LAF

Is there a way to determine what the regional settings are for
computer in Excel (i.e. English, German)? Also, is there a way t
determine what the decimal symbol is (. or ,)
 
E

Earl Kiosterud

LAF,

This is a Windows question, not an Excel question. Try Start - Control
panel (may vary slightly depending on your version of Windows) - Regional
Settings.
 
D

Dave Peterson

MsgBox Application.DecimalSeparator

will work in code -- although, I don't recall if it's always been available.
(It is in xl2002+.)
 
Top