When I run this code the numbers blur. I can't figure out why. Is it because it's infinite? Here it is:
Dim curSales as Currency
curSales = Val(Inputbox("Enter a sales amount")
Do While curSales > 0
Print curSales * .1
Loop
|
Results 1 to 4 of 4
Thread: something wrong with this codeThreaded View
|
Click Here to Expand Forum to Full Width |