If you’ve ever managed 2 versions of a similar document (esp. in SaaS organizations), then you know how creating multiple versions of the same document for different audiences is a pain.
One classic example is a user guide and an admin guide.
How to apply a conditional formatting in a Word document. Conditional formatting is applicable to a Word document. However, as this tool is generally used in Excel, certain strategies are required to obtain effective results from the word processor. Here is all the information you need to know to apply conditional formatting in a Word document. Highlight the cells you wish to format, and then click on Format, Conditional Formatting. The Apply to Range section will already be filled in. From the Format Rules section, select Custom Formula and type in the formula. Select the fill style for the cells that meet the criteria.
For full instructions on how to create conditional text using Microsoft Word, see Gary Calwell’s article in Words, volume 3, issue 2, May 2011, available here. Creating a Word Document Template (with conditional switching) Verified Since CRM isn't actually dynamically generating Word documents, just mapping data to the Word template, I don't think you're going to get what you need out of the box.
Another is a public, external facing document and then having to maintain a private, internal version that contains that extra information.
You know how time-consuming and laborious this is, and you’ll know how managing them is tedious and often problematic.
Word’s VBA Can Help
However, with just a little extra effort, an understanding of how we can use Microsoft Word’s functionality to the best of our ability, and a sprinkling of VBA to top it all off, we can change all that.
Background
Several years ago, I was asked to help out with a national park’s project.
Conditional Formatting In Word 2019
They had one external document, that was available to the public, and they also had an internal version for their park’s supervisors…
Though these contained several hundred pages, they had always managed these documents separately.
Not only did that involve a huge amount of extra work, but it’s also risky for human error, updating, checking, cross-referencing, and so on.
So I came up with the idea of using conditional formatting to make their lives easier.
Limitations of this Method
In this respect, Word isn’t quite as good as other programs, but it’s more than capable of managing 2 types or versions of a document.
(You could stretch it to 3 types, such as a user guide, admin guide, and a dev guide, but from my initial investigations, it does get rather clunky – 2 types is best.)
Use Cases
Here are some use cases:
- a public-facing, shorter version versus a private/internal longer version of the same document
- a user guide versus an admin guide
- user/dev guide
- multi-level API guide
- software user guide with multiple levels (for upsells)
- any type of complex guide where explanatory text is required
- etc.
(I even used this for an email marketing course that I co-authored several years ago: where guidance text was provided for each email to prompt the user about what to write here.)
There are many uses for this type of functionality.
How Conditional Formatting Works
As with everything Microsoft Word, conditional formatting relies on Word’s styles.
If you look at the font dialog box (Ctrl+D), you’ll see we have the Hidden attribute.
We use this attribute for each of our conditional text styles. This method means you can create as many styles as you need, and we then use Word’s VBA to show and hide them.
By creating specific styles, we can then use Word’s VBA to show and hide them. As the video below shows, we do this as an on/off toggle.
In doing so, we can clearly see what:
- We’re working on.
- Text is in what level.
- The end result will look like.
Conditional Formatting In Word Mail Merge
Once we’re done, and still using VBA, we can then export the desired results to any printer we like.
Conditional Formatting In Word 365
In this template, I have configured it to send to my default printer for a hard copy or, as I show in this demo, to pdf.
Conditional Formatting In Word 2013
Here’s the video:
Want a free copy this template?
Conditional Formatting In Word 2016
If you want a free copy of this template, message me using the contact/assistance box, below. I’ll happy send it across.