|
-
Oct 17th, 2006, 02:26 AM
#4
Re: Repeating msgbox...
 Originally Posted by josep
Hi,
You can do the same that jmc told you and just using one inputbox; instead on the WHILE loop you can use a DO loop, put the inputbox line inside your loop, asing the result to a variable and check at the end of the loop
VB Code:
do
'put here your inputbox
loop while 'check your var to the correct value in order to exit the loop
hope this helps
And how exactly will the MessageBox be shown if and only if the user enters a blank value?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|