inputbox, color of default background is black

  • Thread starter Thread starter Jim at Eagle
  • Start date Start date
J

Jim at Eagle

Application.InputBox(Prompt:="What is the amount for this task without sales
tax", Default:=Format(STotal, "#,###.00"), Type:=1)
The default amount is displayed on a black background with white numbers
full width.
A regular InputBox("What is....",, will display as white on blue sized to
fit chr.
Can I have the display consistant between these two inputboxs?
Thanks
Jim at Eagle
 
I am pretty sure there is not an easy way change the built in background
color for default. Most of the built in dialog box properties are fixed if
they do not offer an option as an argument at design time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top