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
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