Thread: [Solved] Bookmark content controls
View Single Post
 
Old 06-12-2016, 02:41 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by silverspr View Post
So am I back to your original recommendation to reference the table and cell of the source content control...arghhh.

I do want the cross reference to update when changed at the "source" control.
The simplest way remains as per post #4 and, if you want to enforce the auto-updating of the calculations, use a ContentControlOnExit macro code as:
Code:
Private Sub Document_ContentControlOnExit(ByVal ContentControl As ContentControl, Cancel As Boolean)
ActiveDocument.Fields.Update
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote