hmk
Active Member
- Joined
- Jun 8, 2004
- Messages
- 423
Hi there
Is there a way to color some lines of the code in the VBA window ?
For example :
Thank u
Is there a way to color some lines of the code in the VBA window ?
For example :
Code:
Sub CommandButton1_Click()
TextBox1.SetFocus
With TextBox1 (the word With should be blue)
.SelStart = 0
.SelLength = Len(.Text)
End With (the word End With should be blue)
End Sub
Thank u