J
jarlen
I am currently building a macro that, when I double-click on a shape, the
shape and the other things in it's layer turns invisible, and so far it works.
Now I'd like to make the macro dynamic so that I can use the same macro for
all the shapes (which are in different layers) without c/p'ing the code.
This means that my macro needs to be able to identify which layer the shape
is a part of, and use that in the macro. Any ideas of how to figure out an
identifier for the layer, can I just use the layer name?
shape and the other things in it's layer turns invisible, and so far it works.
Now I'd like to make the macro dynamic so that I can use the same macro for
all the shapes (which are in different layers) without c/p'ing the code.
This means that my macro needs to be able to identify which layer the shape
is a part of, and use that in the macro. Any ideas of how to figure out an
identifier for the layer, can I just use the layer name?