Can I Choose a Font for an InputBox?

M

MikeM

I would like to use a nonproportional font (Courier New) in
an input box, so that the characters line up properly. Is
there a way to set the font?
 
S

steve

Mike,

No!

But you could build a form with a Texbox and do all kinds of things with
it's Properties - including font.
 
Top