By using t2do.com you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
1
1 is a constant and an integer.
Can represent a:
Column Number
the number one
i = i + 1 ' increment the variable i by 1
Try the following code in the Immediate Window
for i = 1 to 100:print i:next