Shape Selection

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.
 
D

David M. Marcovitz

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top