First I feel I must apologize for my lack of experience!

I have been working on trying to figure this issue out. I have been trying to use the formula you gave me, but I can't get it to work. It does seem like my problem stems from the fact that the choice the user has to make is "A or B", and not "1 or 2". I can't change that aspect though, as the part number created has to be an A or a B.
When I couldn't get the fill change to work I tried to focus on just making blocks with the desired fills either show or not show depending on the user's choice. I could only get it to work one time in desperation when I changed the user's choice to "1 or 2". Then I changed the Geometry.NoShow Cell to read:"STRSAME(Sheet.5!Prop.PanelDirection="1",True,False) This does not work if I change back to "A or B". Argggh! I also tried to modify the suggestion you gave me to work in the Geometry.NoShow Cell, using: IF( STRSAME( SHAPETEXT(Sheet.5!TheText),"A"), False, True ) with no success. The closest I can get is a long line of formula text and the outcome is the shape is either always on or always hidden.
Thanks again!
Michelle
P.S. Is there any way to attach a shape to a post so you can see it?