I only want to show a drawing under certain conditions. Can someone give me a
pointer.
You could save the drawing as an AUTOTEXT entry. Then display it under
conditions set in an IF field.
Say you create an AUTOTEXT entry of your drawing as "myDrawing" and you have
a bookmark named "TestCondtion"
{ IF {TestCondition}="True"{AutoText myDrawing }""}

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> I only want to show a drawing under certain conditions. Can someone
> give me a pointer.