Feed UserForm input into CustomDocumentProperties / Retrieve data from CustomDocumentProperties to r

B

BlaBla

I would like to use a UserForm to feed data in a Word document. I would like
users to reuse the UserForm to be able to modify data and replace the former
input. My assumption is that using the CustomDocumentProperties for storing
the input is the most appropriate solution.

Can somebody provide me an example of the VBA code for:
- Feeding input from a UserForm into CustomDocumentProperties
- Retrieving CustomDocumentProperties data to reuse in the same UserForm
(pre-fill form with "current" data)

Thanks for your help!

Tino
 
B

Bob Buckland ?:-\)

Hi Tino,

You may want to use the link below to also post this in the MS Word Userforums discussion group and include there the version of
Word you're working with.

=============
I would like to use a UserForm to feed data in a Word document. I would like
users to reuse the UserForm to be able to modify data and replace the former
input. My assumption is that using the CustomDocumentProperties for storing
the input is the most appropriate solution.

Can somebody provide me an example of the VBA code for:
- Feeding input from a UserForm into CustomDocumentProperties
- Retrieving CustomDocumentProperties data to reuse in the same UserForm
(pre-fill form with "current" data)

Thanks for your help!

Tino >>
--
Please let us know if this has helped,

Bob Buckland ?:)
MS Office System Products MVP

LINKS
A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsoft.public.word.vba.userforms
or via browser:
http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.word.vba.usrforms

B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/community/en-us/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top