[VBA macro ] no recording properties in controls

F

Flogisto

Hello
I need to clean a lot of controls (f. e.check box1,check box2,check box3) by
a macro
I can not however set all values to false, maybe I have to declare my
objects before in a module

Here below my macro:
Sub Macro3()
'
' Macro registrata il 06/03/2006 da Joe
'

ActiveWindow.Selection.SlideRange.Shapes.Range(Array("CheckBox1",
"CheckBox2", "CheckBox3")).Select
With ActiveWindow.Selection.ShapeRange
********************************* here stops recording activeX property

End With
End Sub

Someone help me ?
Ciao
Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top