View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CAA[_4_] CAA[_4_] is offline
external usenet poster
 
Posts: 1
Default UCase in textbox, help

I don't know what is wrong here.
I get a can't find project or library error.
Any suggestions peeps?

Private Sub TextBox1_AfterUpdate()
Dim st As String
st = TextBox1.Value
UCase (st)
TextBox1.Value = st
End Sub

Thanks for looking
CAA


---
Message posted from http://www.ExcelForum.com/