Thanks for the help on my previous post folks, one more
question though, i have a form (within my template) which
is used to enter details in to the header of the
document, does anyone have any idea of how make the form
save specific entries which will be used repeatedly by
the user, i.e name, Tel number that sort of thing??
Cheers
Alex
Jonathan West - 24 Dec 2004 11:19 GMT
Hi Alex,
You can save these entries in the registry using the SaveSetting command.
Then, for those items that you want to prepopulate the userform with, use
the GetSetting command to load them into the appropiate textboxes. The code
to load the textboxes should go in the UserForm_Initialize event

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
> Thanks for the help on my previous post folks, one more
> question though, i have a form (within my template) which
[quoted text clipped - 6 lines]
>
> Alex