I just found out that the IsNumeric function is succeptible to the regional settings. Ex : If my decimal separator is the comma, the function will return false if I passed an argument in wich the separator is a dot. Is there anyway to make the isnumeric not Regional sensitive, or how do I get the regional parameter from Windows ??