inserting file objects into fields...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I insert a file object into a field on a protected word template....
any suggestions?
 
G'day "gt" <[email protected]>,

Using VBA:

Unprotect teh document
Insert the object
Reprotect the doc without resetting the field contents

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


gt reckoned:
 
Hi =?Utf-8?B?Z3Q=?=,
How can I insert a file object into a field on a protected word template....
any suggestions?
It would require VBA (a macro) to unprotect, insert, then reprotect.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 
Back
Top