How to select multiple shapes at once with vba?
I tried something like
For/next
shapes(x).select
next
But it looks like he deselects the last selected shape, resulting only in the last selected.
Thanks
I tried something like
For/next
shapes(x).select
next
But it looks like he deselects the last selected shape, resulting only in the last selected.
Thanks