Instead of coding it (like below), can you set it in the properties window for labels, buttons.. etc.
Code:
Sub OpenForm()
UserForm1.Label2.Font.Size = 12
UserForm1.Show
End Sub