My goal is to give some labels on a userform a caption based on a cell value. If this cell is empty, I want the label to be invisble.

What I have is the following:

Please Login or Register  to view this content.
The first problem I have is that label1 shouldnt be named, but it should be starting at something like label10. Second, I can't get the labels to be invisible (visible = false).