Hi everybody !

Sorry if I take your time for this kind of question...

I want to know if it's good to use With / End With only for two lines ???

Something like that:
Code:
With txtUser
        .Text = vbNullString
        .Enabled = False
End With
Thanks in advance !