B
Barb Reinhardt
I prefer not to have to select objects when I do something with them. How
do I change this
myShape.Select
With Application.ActiveWindow.Selection.ShapeRange
.Align msoAlignCenters, True
End With
so that I can act on myShape, and not on the selection?
do I change this
myShape.Select
With Application.ActiveWindow.Selection.ShapeRange
.Align msoAlignCenters, True
End With
so that I can act on myShape, and not on the selection?