does anyone know how to change viso shape name's with VBA ? thanks
G GMorris Sep 9, 2003 #2 With the shape selected in the active window: ActiveWindow.Selection(1).Name = "ShapeName" Or any other reference to the shape, just set the .Name property.
With the shape selected in the active window: ActiveWindow.Selection(1).Name = "ShapeName" Or any other reference to the shape, just set the .Name property.