I have a userform with 52 labels each of which represents a playing card. Each label is a bit mapped picture of a playing card, which I obtained over the internet. All labels have identical properties. If I position one label partially over another, the label I moved does not always end up completely visible. I would like the label I move to always be completely visible (on top). I have VBA code to position the "cards" as needed.

Thank you
JoeBBB