M
Monte0682
Hello
I have an array that contains names of 10 shapes in excell sheet. Now
I would like to make a function that will select all the shapes from
the array and group them. I was thinking of somthing like this...but
it doesn't work.
ActiveSheet.shapes.Range(array_shapes()).Select
where I did:
Public array_shapes as shapes
What I am doing wrong?
I have an array that contains names of 10 shapes in excell sheet. Now
I would like to make a function that will select all the shapes from
the array and group them. I was thinking of somthing like this...but
it doesn't work.
ActiveSheet.shapes.Range(array_shapes()).Select
where I did:
Public array_shapes as shapes
What I am doing wrong?