*lurk

First question: i've got a loop running for inputs. It looks like this:

Do
Title = InputBox("Title:")
Cells(i, 1) = Title
RegPrice = InputBox("Regular Price:")
Cells(i, 2) = RegPrice
DisPrice = InputBox("Discounted Price:")
Cells(i, 3) = DisPrice
i = i + 1
Loop Until

I want it to loop until the user hits enter with the input box blank... how?

i really wish the coders were online tonight

you and me both, my final is tomorrow.

When the user hits enter, if the input box is blank, change the value of a boolean. Use that boolean for your loop condition.

Disclaimer: I haven't used VB in 9 years.

What should go here?

Who's Watching?

posted on Sunday, Dec 14th by Molly Malone
« Prev   I just got $340 worth of new books for $180. ...
» Next   Oh my god I finally programmed VB to do what I want. I WIN!...

This page was created in 1.0841510295868 seconds.