Thanks Johnathan that will help immensely with user experience.
Any luck in getting the Customs tab of the Document Properties dailog box to
default?
Thanks again
Jack
> Ah, I wasn't reading sufficiently carefully the first time. I understand
> now. It is one of the oddities of Word - no obvious reason for it. If the
[quoted text clipped - 113 lines]
> >> > Thanks
> >> > Jack
> Thanks Johnathan that will help immensely with user experience.
>
> Any luck in getting the Customs tab of the Document Properties dailog box
> to
> default?
You can experiment with using Sendkeys, but I would recommend against it.
Sendkeys is flaky at the best of time. Clicking the custom tab when the
dialog appears will have to be a user education issue.
If you want to get away from this altogether, and want to make only the
specific properties available on the form that you want the user to enter,
then you can create your own UserForm for the purpose. Have a textbox on the
form for each property, and then read/write the properties using the
CustomDocumentProperties collection.
if you are not familiar with UserForms, this article will help you
How to create a Userform
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
The code example inserts text a bookmarks rather than setting custom
document properties, but it should be fairly easy to adapt.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Jack_Feeman - 16 Mar 2007 16:03 GMT
Thanks very much for your expertise!
I will try the user form.
Jack
> > Thanks Johnathan that will help immensely with user experience.
> >
[quoted text clipped - 19 lines]
> The code example inserts text a bookmarks rather than setting custom
> document properties, but it should be fairly easy to adapt.