Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When using VB code for an input box to come up on a button click is there a
way to code the formatting of the text in the input box? Like making the text arial, 12 pt or similiar. Below shows a sniplet of my code how I'm using the input box code right now: Do iStart = InputBox("Input first week (1-9)") Loop Until iStart = "" Or (iStart 0 And iStart < 10) How can I format the "Input first week (1-9)" text that comes up with the input box? Thanks, Phil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting - getting input from another cell | Excel Worksheet Functions | |||
copy text box input into another text box automatically | Excel Discussion (Misc queries) | |||
Data validation/Formatting input | Excel Programming | |||
How to input additional text to multiple of existing cells that has text | Excel Worksheet Functions | |||
Input box to formatting???? | Excel Programming |