e tim hàm viết từ chữ thường thành chữ hoa
Application.WorksheetFunction.Proper(Me.tb_HoTen.Value)
Proper, thay thanh chữ gi thầy
Chào bạn là chữ upper bạn nhé.
Private Sub TextBox1_Change()
TextBox1.Text = UCase(Me.TextBox1.Value)
End Sub