How to set default font for forms?

G

Guest

How can I set the default font to be used in forms so that I don't have to
change it for every control?

Thanks.
 
T

Tom Ogilvy

Change the font of the userform itself. Then each added control will have
that font as the default.
 
Top