Change label font name : Label « Forms « VBA / Excel / Access / Word






Change label font name

 
Private Sub OptionButton4_Click()
    lblOutput.Font.name = "Times New Roman"
End Sub

 

Related examples in the same category

1.Change Label font size