Decimal separator

J

jacob

Hi,
I have an application made in XP which crashes when
running on 2000. The 2000 version does not tolerate

With Application
OldDecimalSeparator = .DecimalSeparator
OldUseSystemSeparators = .UseSystemSeparators
.UseSystemSeparators = False
.DecimalSeparator = "."
End With

How can I do this so it is version independent between XP
and 2000?

Any help appreciated.

jacob
 
Top