Shape Selection

  • Thread starter Thread starter Gil_H
  • Start date Start date
G

Gil_H

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.
 
If you want to select things individual, try .Select(msoFalse) so that
the previous selection is not erased.
--David

--
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/
 
Back
Top