View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Greg Roberts Greg Roberts is offline
external usenet poster
 
Posts: 2
Default Conditional Text

Thanks for the Hint Doug. This approach isn't suitable for me due to the
number
of inter-leaved cases i have.
I am after a single file with optional parts solution.

Thanks

"Doug Robbins - Word MVP" wrote:

Get the Boiler.zip from fellow MVP Graham Mayor's website at:

http://www.gmayor.com/downloads.htm

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
"Greg Roberts" wrote in message
...
Need:
Able to create one Word document which has tailoring for different product
variants out but has many common sections.
The Word then needs to be able to viewed / exported to html based on
variant
required (for end documentation).
e.g.
%VARIANT1
blah blah
%END
%VARIANT2
blah2, blah2
%END
normal common text ...

While complete sections of text will vary, in some cases just having a
PROPERTY_TAG for a different name will also work.

Request:
- Can Word 2007 do this natively ?
- It not any 3rd part yrecommendations ?
- If programmatic approach needed, prefer VBA / Macro approach so control
possible with Word. Any tips on samples ?

Thanks in advance