F
funkymonkUK
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
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