View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Little Penny Little Penny is offline
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