F
Flemming Jørgensen
Hi
I have a code like this
PrintSheet.Range("L24") = "=" & dasheet.Cells(2, 1) & "*" &
adsheet.Cells(adix, 6) & "/" & adsheet.Cells(40, 6)
and when the user put in like 500,35 in dasheet.Cells(2,1) it creates an
runtime error. The problem dosn't occur when they ttype in 500.35.
But im danish - and in denmark we use "," (comma) as decimal point.
How can I change VB to use "," as decimail point instead of "."
Thanks for any help
I have a code like this
PrintSheet.Range("L24") = "=" & dasheet.Cells(2, 1) & "*" &
adsheet.Cells(adix, 6) & "/" & adsheet.Cells(40, 6)
and when the user put in like 500,35 in dasheet.Cells(2,1) it creates an
runtime error. The problem dosn't occur when they ttype in 500.35.
But im danish - and in denmark we use "," (comma) as decimal point.
How can I change VB to use "," as decimail point instead of "."
Thanks for any help