Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Control size of input box

Is it possible to control the size of and input box. I would like to
make the box smaller the the default?


strjobnumber = Application.InputBox("Start in Job Number?", " First
Job to Print", 0)
If strjobnumber = False Then Exit Sub
endjobnumber = Application.InputBox("Finish in Job Number?", "
Last Job to Print", 0)
If endjobnumber = False Then Exit Sub
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Control size of input box


"Little Penny" schreef in bericht
...
Is it possible to control the size of and input box. I would like to
make the box smaller the the default?


strjobnumber = Application.InputBox("Start in Job Number?", " First
Job to Print", 0)
If strjobnumber = False Then Exit Sub
endjobnumber = Application.InputBox("Finish in Job Number?", "
Last Job to Print", 0)
If endjobnumber = False Then Exit Sub



You can specify the InputBox position on the screen, but not its size.
Just create your own inputform.


Reply
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
Control On Cell Input Laura11 Excel Worksheet Functions 0 March 14th 10 03:18 AM
Input Box Size Oryssia Excel Programming 1 June 8th 06 11:07 PM
Textbox input control? Rbp9ad[_2_] Excel Programming 1 November 9th 05 07:00 PM
BUG: Font Size / Control Size Changes Mike Piston Excel Programming 0 October 19th 05 04:20 PM
Input Control Dmorri254 Excel Worksheet Functions 2 January 19th 05 08:21 PM


All times are GMT +1. The time now is 09:41 AM.

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

About Us

"It's about Microsoft Excel"