Two versions of a document from a single source?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking to create a word document that can be used either as an
internally facing document or an external customer-facing document. The
former will include all content; the latter may have some content 'hidden'.
Is there any way of implementing this in Word? Preferably without using
Macros, but I could do that if there is no alternative.

TIA
 
Hi Tishy
I'm looking to create a word document that can be used either as an
internally facing document or an external customer-facing document. The
former will include all content; the latter may have some content 'hidden'.
Is there any way of implementing this in Word? Preferably without using
Macros, but I could do that if there is no alternative.

One way: Use the hidden text attribute (either as direct formatting or,
preferably, through styles) and print with/without hidden text (Tools |
Options | Print). You might end up with a small toggle macro which
changes this printing setting, or leave the setting alone (off) and
toggle the hidden text property of the style(s).

Of course, this is only advisable if you really *print* (to paper or,
say, PDF) before you send this off to the customer.

HTH
Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top