Thread
:
Is there an error here? I get a Compile error ???
View Single Post
#
2
Posted to microsoft.public.excel.programming
lieven
external usenet poster
Posts: 10
Is there an error here? I get a Compile error ???
try textbox.txt=ucase(txtbox.txt)
"Coza" wrote:
Private Sub TextBox5_Change()
TextBox5.Value = UCase(TextBox5.Value)
End Sub
Reply With Quote
lieven
View Public Profile
Find all posts by lieven