Thanks but i read a book and worked it out here is the code:
Private Sub Text0_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyTab Then
SendKeys " "
KeyCode = vbEmpty
End If
End Sub
thanks .....
Hi,
I created a form that that has a text box and i need to be able to tab(create spaces) inside the text box?
Ive statred by useing the properties of the box and started to create a macro for: On key Press - [Event Procedure]
which bring up a start:
Private Sub Text0_KeyPress(KeyAscii As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.