Delete a shape

S

Sol Apache

Hello
I have to cover an anchored logo with a shape so it is non-printing (hidden
text won¹t work). I can set the shape with visual basic so it is over the
logo but how can I remove it (and leave the logo there) in case the user
changes his/her mind.

Is there another way of showing/hiding a picture?

TIA
 
S

Sol Apache

Placed the logo inline in a text box, then created two styles one revealing
it, one hiding it.
 
J

Jonathan West

Sol Apache said:
Hello
I have to cover an anchored logo with a shape so it is non-printing
(hidden
text won¹t work). I can set the shape with visual basic so it is over the
logo but how can I remove it (and leave the logo there) in case the user
changes his/her mind.

Is there another way of showing/hiding a picture?

Change the Visible property of the Shape object.
 
Top