TextBox Event

T

Thejan Mendis

Hi,


I have created a form with few textbox. one is call TXT.

When I Run following commands I am getting an error. I try to read the help
but it did not make any sense. I hope somebody can help me explaining this
and re write the cord again for me.


THANKS

THEJAN


Private Sub TXT_Exit()

TXT.TEXT = StrConv(TXT.TEXT, vbProperCase)

End Sub
 
D

Doug Robbins - Word MVP

Hi Thejan,

The sub must be named

Private Sub Txt_Exit(ByVal Cancel As MSForms.ReturnBoolean)

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top