VB and VBA Users Source Code: Re: Forcing a textbox to be either lower or upper case
[
Home
|
Contents
|
Search
|
Reply
|
Previous
| Next ]
VB/VBA Source Code
Re: Forcing a textbox to be either lower or upper case
By:
Attilio Sihuay
Email (spam proof):
Email the originator of this post
Date:
Tuesday, November 09, 2004
Hits:
760
Category:
Windows Forms/GUI/Controls/Graphics
Article:
I use the following code to do the same acction. Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) KeyAscii = Asc(UCase(Chr(KeyAscii))) End Sub
Terms and Conditions
Support this site
Download a trial version of the Excel Workbook Rebuilder