Vba TextBox property...
Textbox text formatting..
StrConv is mandatory to format in
Textbox text type, I. E vbupercase
VblowerCase
VbproperCase
Textbox text formatting..
StrConv is mandatory to format in
Textbox text type, I. E vbupercase
VblowerCase
VbproperCase
Private Sub TextBox1_Change() TextBox1.Text = StrConv(TextBox1.Text, vbProperCase) End Sub
Private Sub TextBox1_Afterupdate() Me.TextBox1.Value = Cdate(Me.TextBox1) End Sub
Click here to search in www.google.com/
No comments:
Post a Comment