I have spent a long while creating a spreadsheet which shows different options depending on selections made.... I now have a problem when sending it to someone else:

If target.Address = "$C$11" And target.Value = "Existing Portfolio" Then
Me.Shapes("Group1").Visible = True
When I run this on my comp it works fine, but after sending it to someone to do a test complete, they get the error message:

Run-time Error '-2147024809 (80070057)':

The Item with the specified name wasn't found - Debug points to the Me.Shapes line of code.

Any help appreciated!