Thursday, March 29, 2007

in my VBA code window, i keyed in the stupidest code and killed excel

Public Sub DoLoops()

Do While Range("A1") <= 50
Range("A1").Value = Range("A1").Value * 2
Loop

End Sub

when my range("A1") reads "0".
i'm so brilliant.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home