Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was trying to change the size of the space where the
input data is typed. Is there a way to do that? Thanks, Alex -----Original Message----- Aside from using a userform, you can make it higher by including a lot of blanks. For example, try this: inputBox("x"& application.rept(" ",1000)) or this: inputBox(application.rept(" ",300) & "x"& application.rept (" ",300)) ----- Alex wrote: ----- Is there a way to change the size of the input window on the InputBox Function? (Make it wider? Higher?) Thanks, Alex . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
InputBox | Excel Discussion (Misc queries) | |||
inputbox | Excel Programming | |||
inputbox | Excel Programming | |||
Mask an entry using InputBox function | Excel Programming | |||
Help with Inputbox Function | Excel Programming |