Change Label font size : Label « Forms « VBA / Excel / Access / Word






Change Label font size

 
Private Sub OptionButton3_Click()
    lblOutput.Font.Size = 24
End Sub

 

Related examples in the same category

1.Change label font name