Click Event Issue

I have 2  groups with a rectangle and a piece of text.  In both cases I have a click event on the rectangle.

The problem is that in one case, the event for clicking on the rectangle does not trigger unless i click to the side of the text. I don't see anything different between the two. If i move the text over, then I have more room where i can click on the rectangle. It's almost as if the text is acting as a mask.  But, this is not happening with other similar groups. 

Any idea what might be causing this

  • In reply to TreyB:

    Ensure the text item doesn't have the selectable option enabled and also doesn't have an event defined, in VBA for the picture select the top left drop down and see if that named item shows up. If not then you don't, if it does select that and then click the right drop down and ensure none of the items have a bold item. If there is bold item then you have a event defined.

    Another option is the cut the event logic on the box, group the box and text together and paste this script on the group.