![]() |
|
|
|
#1
|
||||
|
||||
|
IMHO you'd do better to create a Custom Document Property or a Document Variable named 'role', for example, then use IF fields in the document to conditionally show content according to which role the Custom Document Property or a Document Variable is set to. Such a field for a Custom Document Property might be coded along the lines of: {IF{DOCPROPERTY role}= "Manager" "Conditional content for managers"} You could have multiple such fields for a given role scattered throughout the document. All one would need do the see the documentation for a different role is to update the Custom Document Property then refresh the document's field display. A dropdown content control might be used to manage the role selections.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#2
|
|||
|
|||
|
Thank you everyone who replied. I will experiment with your suggestion and see what is going to work for me. My large amounts of text will probably be 100 pages or so.
Thanks again!! Tonia |
|
#3
|
||||
|
||||
|
That suggests whatever you're doing probably warrants a completely different approach. For example, a parent document with the content that is common to all variants, with the common content linked to the child documents that contain the variable content. That way, the common content can be maintained in just one document and the variable content in the documents it's linked to.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
| Tags |
| content controls, user roles |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Save as .docx without content controls (just the text that was written in them)
|
vitesse | Word VBA | 6 | 08-12-2022 02:01 AM |
| Macro to save docx to doc that checks compatibility and converts content controls to static content. | staicumihai | Word VBA | 4 | 10-12-2016 08:23 PM |
Rich text/Plain text Content Controls in Template
|
michael.fisher5 | Word | 9 | 11-19-2014 06:36 AM |
Moving between Rich text content controls
|
Sammie0Sue | Word | 4 | 03-12-2014 01:43 AM |
Rich Text Content Controls: Formatting?
|
tinfanide | Word VBA | 8 | 03-04-2013 04:15 AM |