Private Sub Form_Load() On Error Resume Next Dim ObjIn As Object For Each ObjIn In Me.Controls With ObjIn .Font.Name = "Arial" End With Next End Sub