sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,532
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Kod:
Private Sub TextBox17_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If IsNumeric(TextBox13.Value) And TextBox17.Value <> vbNullString Then
TextBox21.Value = Format(TextBox13.Value * TextBox17.Value, "#,##0.00")
End If
End Sub
Eğer TextBox17 de ki rakam silinirse TextBox21 de silinmesini nasıl sağlayabilirim?