PC Review


Reply
Thread Tools Rate Thread

How do I update linked objects in a protected Word document?

 
 
Lon
Guest
Posts: n/a
 
      22nd Jan 2009
I am using Word 2003, running XP Pro. I have a Word document that I have
protected, using "Protect Document", with Read-Only access, and with a few
exceptions. The document contains several tables that are in there as linked
objects. Since the main document is password protected and users can only
update designated fields, how do I allow users to update the linked
objects as well? I have updated the linked objectives, but the updates do
not appear in the primary document. Even after closing and opening the
document it won't update the objects. I also have update linked objects
before printing set and that doesn't work either.

 
Reply With Quote
 
 
 
 
Stefan Blom
Guest
Posts: n/a
 
      23rd Jan 2009
I think this can be done with a macro that temporarily unprotects the
document, updates the links, and then reprotects the document. Ask in a VBA
newsgroup (such as microsoft.public.word.vba.general) for confirmation and
further assistance with this.

--
Stefan Blom
Microsoft Word MVP



"Lon" <(E-Mail Removed)> wrote in message
news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
>I am using Word 2003, running XP Pro. I have a Word document that I have
> protected, using "Protect Document", with Read-Only access, and with a few
> exceptions. The document contains several tables that are in there as
> linked
> objects. Since the main document is password protected and users can only
> update designated fields, how do I allow users to update the linked
> objects as well? I have updated the linked objectives, but the updates do
> not appear in the primary document. Even after closing and opening the
> document it won't update the objects. I also have update linked objects
> before printing set and that doesn't work either.
>



 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      23rd Jan 2009
It shouldn't be necessary to unprotect the form in order to update the
links. Simply checking the calculate on exit check box of a form field
should cause the link to update when that field is exited. If it doesn't
then run the sample update macro at
http://www.gmayor.com/installing_macro.htm on exit from the form field to
force the update.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


Stefan Blom wrote:
> I think this can be done with a macro that temporarily unprotects the
> document, updates the links, and then reprotects the document. Ask in
> a VBA newsgroup (such as microsoft.public.word.vba.general) for
> confirmation and further assistance with this.
>
>
> "Lon" <(E-Mail Removed)> wrote in message
> news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
>> I am using Word 2003, running XP Pro. I have a Word document that I
>> have protected, using "Protect Document", with Read-Only access, and
>> with a few exceptions. The document contains several tables that are
>> in there as linked
>> objects. Since the main document is password protected and users can
>> only update designated fields, how do I allow users to update the
>> linked objects as well? I have updated the linked objectives, but
>> the updates do not appear in the primary document. Even after
>> closing and opening the document it won't update the objects. I also
>> have update linked objects before printing set and that doesn't work
>> either.



 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      23rd Jan 2009
That's even better. :-)

--
Stefan Blom
Microsoft Word MVP



"Graham Mayor" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It shouldn't be necessary to unprotect the form in order to update the
> links. Simply checking the calculate on exit check box of a form field
> should cause the link to update when that field is exited. If it doesn't
> then run the sample update macro at
> http://www.gmayor.com/installing_macro.htm on exit from the form field to
> force the update.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> Stefan Blom wrote:
>> I think this can be done with a macro that temporarily unprotects the
>> document, updates the links, and then reprotects the document. Ask in
>> a VBA newsgroup (such as microsoft.public.word.vba.general) for
>> confirmation and further assistance with this.
>>
>>
>> "Lon" <(E-Mail Removed)> wrote in message
>> news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
>>> I am using Word 2003, running XP Pro. I have a Word document that I
>>> have protected, using "Protect Document", with Read-Only access, and
>>> with a few exceptions. The document contains several tables that are
>>> in there as linked
>>> objects. Since the main document is password protected and users can
>>> only update designated fields, how do I allow users to update the
>>> linked objects as well? I have updated the linked objectives, but
>>> the updates do not appear in the primary document. Even after
>>> closing and opening the document it won't update the objects. I also
>>> have update linked objects before printing set and that doesn't work
>>> either.

>
>



 
Reply With Quote
 
Lon
Guest
Posts: n/a
 
      26th Jan 2009
Thank you for your input. I looked for "calculate on exit" check box in
"Tools>Options and can't find where it is located so I can check it. Can you
point me to where it is located?

Thanks again,

Lon

"Graham Mayor" wrote:

> It shouldn't be necessary to unprotect the form in order to update the
> links. Simply checking the calculate on exit check box of a form field
> should cause the link to update when that field is exited. If it doesn't
> then run the sample update macro at
> http://www.gmayor.com/installing_macro.htm on exit from the form field to
> force the update.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> Stefan Blom wrote:
> > I think this can be done with a macro that temporarily unprotects the
> > document, updates the links, and then reprotects the document. Ask in
> > a VBA newsgroup (such as microsoft.public.word.vba.general) for
> > confirmation and further assistance with this.
> >
> >
> > "Lon" <(E-Mail Removed)> wrote in message
> > news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
> >> I am using Word 2003, running XP Pro. I have a Word document that I
> >> have protected, using "Protect Document", with Read-Only access, and
> >> with a few exceptions. The document contains several tables that are
> >> in there as linked
> >> objects. Since the main document is password protected and users can
> >> only update designated fields, how do I allow users to update the
> >> linked objects as well? I have updated the linked objectives, but
> >> the updates do not appear in the primary document. Even after
> >> closing and opening the document it won't update the objects. I also
> >> have update linked objects before printing set and that doesn't work
> >> either.

>
>
>

 
Reply With Quote
 
Lon
Guest
Posts: n/a
 
      26th Jan 2009
Graham, I found the "check box" you are referring to, but, I am not creating
a "form" with text boxes from the "Form" toolbar. I am using Protect Document
in the "Tools" window, which doesn't give you any option to "calculate upon
exit". I have tried the Update Links before Printing" in Tools>Options, but
that doesn't seem to work either. It appears the only way I can update the
links is to stop the password protection, then update the linked objects,
then set the password again, unless I am missing another option. Changing my
document into a "Form" did not work for me since my document is from 50 to 60
pages in length, so I had to use the Protect Document option.

"Graham Mayor" wrote:

> It shouldn't be necessary to unprotect the form in order to update the
> links. Simply checking the calculate on exit check box of a form field
> should cause the link to update when that field is exited. If it doesn't
> then run the sample update macro at
> http://www.gmayor.com/installing_macro.htm on exit from the form field to
> force the update.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> Stefan Blom wrote:
> > I think this can be done with a macro that temporarily unprotects the
> > document, updates the links, and then reprotects the document. Ask in
> > a VBA newsgroup (such as microsoft.public.word.vba.general) for
> > confirmation and further assistance with this.
> >
> >
> > "Lon" <(E-Mail Removed)> wrote in message
> > news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
> >> I am using Word 2003, running XP Pro. I have a Word document that I
> >> have protected, using "Protect Document", with Read-Only access, and
> >> with a few exceptions. The document contains several tables that are
> >> in there as linked
> >> objects. Since the main document is password protected and users can
> >> only update designated fields, how do I allow users to update the
> >> linked objects as well? I have updated the linked objectives, but
> >> the updates do not appear in the primary document. Even after
> >> closing and opening the document it won't update the objects. I also
> >> have update linked objects before printing set and that doesn't work
> >> either.

>
>
>

 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      27th Jan 2009
Tools > Protect document gives a variety of protection options. What
*exactly* are you doing and what are you trying to protect?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


Lon wrote:
> Graham, I found the "check box" you are referring to, but, I am not
> creating a "form" with text boxes from the "Form" toolbar. I am using
> Protect Document in the "Tools" window, which doesn't give you any
> option to "calculate upon exit". I have tried the Update Links before
> Printing" in Tools>Options, but that doesn't seem to work either. It
> appears the only way I can update the links is to stop the password
> protection, then update the linked objects, then set the password
> again, unless I am missing another option. Changing my document into
> a "Form" did not work for me since my document is from 50 to 60 pages
> in length, so I had to use the Protect Document option.
>
> "Graham Mayor" wrote:
>
>> It shouldn't be necessary to unprotect the form in order to update
>> the links. Simply checking the calculate on exit check box of a form
>> field should cause the link to update when that field is exited. If
>> it doesn't then run the sample update macro at
>> http://www.gmayor.com/installing_macro.htm on exit from the form
>> field to force the update.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>> Stefan Blom wrote:
>>> I think this can be done with a macro that temporarily unprotects
>>> the document, updates the links, and then reprotects the document.
>>> Ask in a VBA newsgroup (such as microsoft.public.word.vba.general)
>>> for confirmation and further assistance with this.
>>>
>>>
>>> "Lon" <(E-Mail Removed)> wrote in message
>>> news:ACC274AF-0289-4C5D-AE1D-(E-Mail Removed)...
>>>> I am using Word 2003, running XP Pro. I have a Word document that I
>>>> have protected, using "Protect Document", with Read-Only access,
>>>> and with a few exceptions. The document contains several tables
>>>> that are in there as linked
>>>> objects. Since the main document is password protected and users
>>>> can only update designated fields, how do I allow users to update
>>>> the linked objects as well? I have updated the linked objectives,
>>>> but the updates do not appear in the primary document. Even after
>>>> closing and opening the document it won't update the objects. I
>>>> also have update linked objects before printing set and that
>>>> doesn't work either.



 
Reply With Quote
 
New Member
Join Date: Mar 2010
Posts: 1
 
      31st Mar 2010
This sounds really close to what I'm trying to accomplish, which is create a word document that is protected from editing, but will still link back to an excel file.

My doc is a 1 page quote sheet, where I need to have the numbers locked down.

I'm going to try the macro suggested, but I need it to automatically update on opening.

Any suggestions?

Rach
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Update Linked Documents in a Protected Word Document Lon Microsoft Word Document Management 2 27th Jan 2009 09:12 PM
update linked objects in word creates a carriage return/new line sdkopin Microsoft Word Document Management 1 3rd May 2008 07:16 PM
When linked objects update in Word,it keeps changing the spacing? =?Utf-8?B?Sm9obnlsaWtlcw==?= Microsoft Excel Misc 1 2nd Feb 2006 07:22 PM
Inserting Files as objects into Forms Protected Word document =?Utf-8?B?UmF2aSBOb29rYWxh?= Microsoft Word Document Management 2 26th May 2005 05:39 AM
How to automatically update document from linked files -- Word 2003 Gary Thrower Microsoft Word New Users 3 23rd Dec 2003 11:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 PM.