Modifying text and interior color to an input box

ABabeNChrist
SilverLounger
Posts: 1868
Joined: 25 Jan 2010, 14:00
Location: Conroe, Texas

Modifying text and interior color to an input box

Post by ABabeNChrist »

Is it possible to change different font, font sizes and interior color to an input box.

User avatar
HansV
Administrator
Posts: 78629
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Modifying text and interior color to an input box

Post by HansV »

If you mean the InputBox function - no, it's all fixed.
You could create your own input box in the form of a UserForm with a text box and two command buttons (OK and Cancel). You then have complete control over what it looks like.
Best wishes,
Hans