Private Sub TextBox32_Change()
TextBox32.Value = Val(TextBox12.Text) + Val(TextBox13.Text)
End Sub
Excel sayfasında userform olmadan ve butonsuz olarak textboxlar ile toplama işlemi nasıl yapabilirim? Yukarıdaki kod çalışmıyor..
TextBox32.Value = Val(TextBox12.Text) + Val(TextBox13.Text)
End Sub
Excel sayfasında userform olmadan ve butonsuz olarak textboxlar ile toplama işlemi nasıl yapabilirim? Yukarıdaki kod çalışmıyor..
