Ok I failed ...
I think this time there is a macro in the document.
If there isn't the macro again, I can say you that I Have a macro ShowHide :
Sub ShowHide()
With ActiveDocument.Shapes(1)
.Visible = Not .Visible
End With
End Sub
And I have this : {MACROBUTTON ShowHide AFFICHER}, the picture isn't inline.
Thanks again, sorry I'm a noob with macro.
|