I'm an advanced Excel user now trying to get to grips with Word.

I have created a structured document using Content Controls as the only user
editable fields. I want to link some controls which contain common data. e.g.
when the user enters the client name in a control, all the client name
controls are updated.

I couldn't work out an easy way to do this so resorted to VBA. Then within
VBA, I couldn't work out how to reference a single content control so that I
could use ClickOnExit just for that control.

Please can anyone help me?

Re: Working with Content Controls by Gregory

Gregory
Thu Jul 17 14:59:39 PDT 2008

See:
http://gregmaxey.mvps.org/Repeating_Data.htm and the link to the article
"Create Mapped Content Controls" and the end of that piece.


"mpm1488" <mpm1488@discussions.microsoft.com> wrote in message
news:57FAA8A6-A0CD-4453-AECE-56A97A94692B@microsoft.com...
> I'm an advanced Excel user now trying to get to grips with Word.
>
> I have created a structured document using Content Controls as the only
> user
> editable fields. I want to link some controls which contain common data.
> e.g.
> when the user enters the client name in a control, all the client name
> controls are updated.
>
> I couldn't work out an easy way to do this so resorted to VBA. Then within
> VBA, I couldn't work out how to reference a single content control so that
> I
> could use ClickOnExit just for that control.
>
> Please can anyone help me?



Re: Working with Content Controls by mpm1488

mpm1488
Fri Jul 18 01:40:04 PDT 2008

Superb! Couldn't have been more useful or comprehensive. I was about 75%
there on the standard VBA code but the new XML functionality looks terrific.

Many thanks.

"Gregory K. Maxey" wrote:

> See:
> http://gregmaxey.mvps.org/Repeating_Data.htm and the link to the article
> "Create Mapped Content Controls" and the end of that piece.
>
>
> "mpm1488" <mpm1488@discussions.microsoft.com> wrote in message
> news:57FAA8A6-A0CD-4453-AECE-56A97A94692B@microsoft.com...
> > I'm an advanced Excel user now trying to get to grips with Word.
> >
> > I have created a structured document using Content Controls as the only
> > user
> > editable fields. I want to link some controls which contain common data.
> > e.g.
> > when the user enters the client name in a control, all the client name
> > controls are updated.
> >
> > I couldn't work out an easy way to do this so resorted to VBA. Then within
> > VBA, I couldn't work out how to reference a single content control so that
> > I
> > could use ClickOnExit just for that control.
> >
> > Please can anyone help me?
>
>
>