Charles
Wed Dec 14 11:24:01 CST 2005
Another thought would be to have a textformfield with an on-entry macro
that:
1. unprotects your document
2. runs
Application.Dialogs(wdDialogInsertPicture).Show
3. reprotects the document without resetting form fields.
This would let the user browse for the picture. The picture will replace
your field unless you do something to unselect the field. This is probably
what you want.
You could use a macrobutton field instead and probably write code so that
the inserted picture becomes the display for the macrobutton field such that
double clicking on it again would run the macro. This is not something I
care to spend time trying for you, though.
--
Charles Kenyon
Word New User FAQ & Web Directory:
http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
http://addbalance.com/usersguide
See also the MVP FAQ:
http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Roger Conner" <Roger Conner@discussions.microsoft.com> wrote in message
news:A7830A9E-4BE8-42A2-89C6-3D5F0160C1B5@microsoft.com...
>I am creating a document that allows people to fill in information in
>several
> fields. At the end, I want them to be able to paste an image into the
> document. Form fields do not work until you "lock" the document.
> However,
> once you lock the document, people can't modify it by pasting an image
> into a
> picture, for example (tried that). I can't seem to find a field that will
> accept an image instead of text or number. Am I missing something, or is
> this a limitation of the software?