Hi All, I developed a form in VBA that is expecting some numeric entry, and a command button makes some calculations. It is working fine on my computer, but on people who have operating systems that use a comma as a decimal separator, gives incorrect information (in fact, the calculation result always seems to be the number 2, no matter the entered data). The underlying worksheet correctly calculates anything when they use the comma separator, only in the VBA form is it giving problems.
Is there a solution or workaround for this?
Is there a solution or workaround for this?