






n = Format(CDbl(Replace(text1.Text, ".", ",", 1, 1)), "#00.0")


Dim comma As String
If InStr(1, text1.Text, ".0") Or InStr(1, text1.Text, ",0") > 0 Then
comma = ",0"
End If

kminas 18.04.2008 (Пт) 20:16
- Код: Выделить всё
n = Format(CDbl(Replace(text1.Text, ".", ",", 1, 1)), "#00.0")



Сейчас этот форум просматривают: AhrefsBot и гости: 7