Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "Jim at Eagle" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Black out Background of Userform | Excel Discussion (Misc queries) | |||
Default Border, Font Color, and Cell Background Color | Excel Discussion (Misc queries) | |||
black background with white spots in the texture | Excel Discussion (Misc queries) | |||
Value to be given to all cells with black background color | Excel Programming | |||
how do I change the default background color in excel? | Setting up and Configuration of Excel |