View Single Post
 
Old 01-31-2014, 04:39 PM
ChrisBrewster ChrisBrewster is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Jan 2014
Posts: 36
ChrisBrewster is on a distinguished road
Default

My question (even after revision) wasn't too clear. Right now, my shared document uses this for any company-specific text, pulling in separate files:

{IF {DOCVARIABLE CompanyName }="Acme" "{ INCLUDETEXT "Acme numbers.docx" }" "{ INCLUDETEXT "Apex numbers.docx" }" }

The above approach works but of course requires multiple additional files. It would be much better to have the specific pieces of text as part of the main document, but appear only when the appropriate company is set.
Reply With Quote