LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default InputBox Function

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
InputBox GeorgeJ Excel Discussion (Misc queries) 5 July 12th 07 01:20 AM
inputbox defj Excel Programming 4 November 26th 03 10:25 PM
inputbox Lawson Excel Programming 2 October 7th 03 08:58 PM
Mask an entry using InputBox function Vasco[_2_] Excel Programming 3 July 23rd 03 12:45 PM
Help with Inputbox Function Eric[_7_] Excel Programming 4 July 14th 03 08:00 PM


All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"