Hi,
I 've set up a user form with text boxes that return text to bookmarks in a
fax template. How can I have default text placed in some of these text
boxes, such as today's date, so a user doesn't have to fill that box in
unless he wants to change the date.
Thanks in advance
Paddy
Greg Maxey - 30 Nov 2005 02:26 GMT
PaddyOz,
Something like:
Private Sub UserForm_Initialize()
Me.TextBox1.Text = Date
End Sub

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Hi,
> I 've set up a user form with text boxes that return text to
[quoted text clipped - 3 lines]
> Thanks in advance
> Paddy