Textboxa sadece tamsayı girilmesi icin yazdıgım bu kod bazen calısıyor bazen hata veriyor. Bunun ne gibi bir sebebi olabilir?
If Val(TextBox55.Value) <> (Round(TextBox55.Value, 0)) Then
MsgBox ("Lütfen tamsayı giriniz")
TextBox55.Value = ""
TextBox55.SetFocus
End If
If Val(TextBox55.Value) <> (Round(TextBox55.Value, 0)) Then
MsgBox ("Lütfen tamsayı giriniz")
TextBox55.Value = ""
TextBox55.SetFocus
End If