I'm trying to SetFocus on a userform label. I have this in the label click event. However I receive a Runtime error 2110?

I have googled and can't work out why (the label is visible & enabled). So when google fails, I ask ExcelForum - someone here must know!

Option Explicit

Private Sub Label1_Click()
    Label1.SetFocus
End Sub