S
Scoop
Hello all. Can anyone help - I have an Excel sheet with around 500 Shapes,
and a second sheet with 3000 rows of text. The first column of the text
contains the ShapeName. I have a simple autofilter macro (
Selection.AutoFilter Field:=1, Criteria1:=" M162" ) where Criteria 1 IS the
ShapeName. I want to assign my macro to the whole worksheet so as whichever
shape I click on then the Criteria1 of the Macro detects the ShapeName. I do
not want to assign a separate macro for each shape. I think it might be
something to do with ... ActiveSheet.Shapes(Application.Caller).Select, but
I'm really quite lost. Any help would be fantastic.
and a second sheet with 3000 rows of text. The first column of the text
contains the ShapeName. I have a simple autofilter macro (
Selection.AutoFilter Field:=1, Criteria1:=" M162" ) where Criteria 1 IS the
ShapeName. I want to assign my macro to the whole worksheet so as whichever
shape I click on then the Criteria1 of the Macro detects the ShapeName. I do
not want to assign a separate macro for each shape. I think it might be
something to do with ... ActiveSheet.Shapes(Application.Caller).Select, but
I'm really quite lost. Any help would be fantastic.