G
Gail Hurn
I am using the AddOLEControl to add an OLE object to a Word document. I
would like to make the control invisible sometimes. Is there a way to do
that?
Here's a snipet of code. This code adds the object, but it is only
invisible when you're in Design mode, not all the time.
Dim newShape As Shape
Set newShape = Shapes.AddOLEControl("Forms.CheckBox.1")
newShape.Visible = msoFalse
Thanks
would like to make the control invisible sometimes. Is there a way to do
that?
Here's a snipet of code. This code adds the object, but it is only
invisible when you're in Design mode, not all the time.
Dim newShape As Shape
Set newShape = Shapes.AddOLEControl("Forms.CheckBox.1")
newShape.Visible = msoFalse
Thanks