R
ronymaxwell
I have a large number of image controls in a Word document which ar
initially set to be hidden to the user (Controlname.Visible = False).
According to actions the user takes images become visible. The code fo
referencing these images relies on the Controls Collectio
(Application.ActiveDocument.Shapes(1).CanvasItems(i) where i is
particular image). I want to add a couple of images to the document
but I don't want them to be placed at the end of the controls collectio
as the For..next loop I use to reference them relies on their being in
particular position relative to the others. I need to change the orde
of the controls in the collection so that I can have the new inage
where I want them. The alternative is to laboriously change the image
to get the new ones in the places I need them. Is it possible t
change the order of the controls collection
initially set to be hidden to the user (Controlname.Visible = False).
According to actions the user takes images become visible. The code fo
referencing these images relies on the Controls Collectio
(Application.ActiveDocument.Shapes(1).CanvasItems(i) where i is
particular image). I want to add a couple of images to the document
but I don't want them to be placed at the end of the controls collectio
as the For..next loop I use to reference them relies on their being in
particular position relative to the others. I need to change the orde
of the controls in the collection so that I can have the new inage
where I want them. The alternative is to laboriously change the image
to get the new ones in the places I need them. Is it possible t
change the order of the controls collection