View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to set default font for forms?

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

--
Regards,
Tom Ogilvy

wrote in message
...
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.