Add this code
Private Sub HomePhNTxt28_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
If KeyAscii = 32 Then
HomePhNTxt28.Text = HomePhNTxt28.Text & " "
End If
End Sub

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Hi;
>
[quoted text clipped - 21 lines]
>
> Regards Bill
Bill Case - 26 Sep 2006 17:37 GMT
Thanks Bob:
I give myself a big headsap this morning when I read your answer. "I knew
that." The perils of working late at night!!
Regards Bill
> Add this code
>
[quoted text clipped - 33 lines]
> >
> > Regards Bill