- Katılım
- 27 Mart 2020
- Mesajlar
- 12
- Excel Vers. ve Dili
- Excel 2013 Türkçe
Selamlar textbox3 içerisinde küsüratlı sonuç hesaplamak istiyorum. Eklemem gereken kod nedir?
Private Sub CommandButton1_Click()
TextBox3.Text = (CDbl(TextBox1) * CDbl(TextBox2))
End Sub
Private Sub CommandButton1_Click()
TextBox3.Text = (CDbl(TextBox1) * CDbl(TextBox2))
End Sub