Thread: UCASE problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
funkymonkUK[_51_] funkymonkUK[_51_] is offline
external usenet poster
 
Posts: 1
Default UCASE problem


HI

This was working before and I have not idea where to start.

What happens is as soon as the textbox1 changes it runs the code below

Private Sub TextBox1_Change()
If correct = 1 Then Exit Sub
TextBox1.Text = UCase(TextBox1.Text)
End Sub

it keeps saying "compile error can't find project or library." an
highlights UCASE

any idea why is can't find what every it wants

--
funkymonkU
-----------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...fo&userid=1813
View this thread: http://www.excelforum.com/showthread.php?threadid=38708