The look of Excel VBA's forms and controls hasn't been updated since Excel 97. They look like Windows 95. It's become a very old-fashioned look.
Some of the controls, such as checkbox, radio button, and edit box, have properties that can make them look two-dimensional. Back in 1997 that made them look old-fashioned like Windows 3x, but today ironically(?*) it makes those controls look more modern. I've been doing that, but it doesn't work well for some of the other controls, especially command buttons and dropdowns.
Is it possible to call the Windows API directly to get more modern-looking forms and form controls? If so, has anyone made some boilerplate VBA modules for them?
Also, can it be done for Excel on Macintosh too?
*I used to think I understood irony, but I'm never sure anymore.