Aug 21, 2001 #1 errolf IS-IT--Management Aug 21, 2000 51 US Is there any way to change the size of an input box created with the InputBox function. Thank you in anticipation Errolf
Is there any way to change the size of an input box created with the InputBox function. Thank you in anticipation Errolf
Aug 22, 2001 #2 Databaseguy MIS Jul 20, 2001 1,153 US No. You're going to have to create a form that simulates an Input box. Tyrone Lumley augerinn@gte.net http://server47.hypermart.net/databaseguy Upvote 0 Downvote
No. You're going to have to create a form that simulates an Input box. Tyrone Lumley augerinn@gte.net http://server47.hypermart.net/databaseguy
Aug 22, 2001 1 #3 shaddow Programmer Mar 22, 2001 1,862 RO If u want to size your MsgBox u could use tricks like this msgbox vbcrlf&vbcrlf&Space(40)&"My Message"&Space(40)&vbcrlf&vbcrlf ________ George Upvote 0 Downvote
If u want to size your MsgBox u could use tricks like this msgbox vbcrlf&vbcrlf&Space(40)&"My Message"&Space(40)&vbcrlf&vbcrlf ________ George
Aug 22, 2001 #4 shaddow Programmer Mar 22, 2001 1,862 RO Sorry, i put msgbox but works with inputbox inputbox vbcrlf&vbcrlf&Space(40)&"My Message"&Space(40)&vbcrlf&vbcrlf ________ George Upvote 0 Downvote
Sorry, i put msgbox but works with inputbox inputbox vbcrlf&vbcrlf&Space(40)&"My Message"&Space(40)&vbcrlf&vbcrlf ________ George