Hi EV1,
I wish to select several shapes - only those who return some value.
So i get thier index or names and collect all to an Array.
Now i wish to select the shapes which returned value = 1 in my array.
if i use the code:
MyShapes.Range(Array(MyArray)).Select
it won't do.
But if i use select on shape and another time select it erase the
previous selection.....
How di i do that?
Thanx,
Gil H.
David M. Marcovitz - 25 Sep 2006 17:11 GMT
If you want to select things individual, try .Select(msoFalse) so that
the previous selection is not erased.
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
"Gil_H" <gil.horen@gmail.com> wrote in news:1159197998.723377.80170
@m73g2000cwd.googlegroups.com:
> Hi EV1,
>
[quoted text clipped - 14 lines]
> Thanx,
> Gil H.