I've never used a toggle button before and now have the need to do so.
I want to switch a graphic OLE on and off, can some-one help with the syntax.
The object's default setting is invisible, So if I used an ordinary button it would be:
Me.OLEObject.Visible=True
To switch it on.
What would it be to turn it back to false with the toggle.
Dave



