Ciao, prova così
Dim L1 As Label
'Set L1 = Form1.Controls("L1_0")
Set L1 = Form1.Controls.Add("VB.Label", "L1_0")
L1.FontBold = True
L1.FontName = "MS Sans Serif"
L1.FontSize = 12
L1.Caption = ""
L1.Visible = True
L1.Alignment = 2
L1.Caption = "Prima"
