In the Multiple Choice part, question 12 and 13, just wondering if anyone can help. As I understand it from the book, when you have a For ... Next loop that runs from 1 To 4 the loop will run 4 times and stop when it gets to 5. Therefore, in question 12 when the values are 1 To 25 with a Step of 3, that would be 1, 4, 7, 10, 13, 16, 19, 22 and 25 - hence looping 9 times ... but when we ran that code in VB it seemed to stop at 25 therefore only running 8 times. Does that make sense? So basically, do people think the answer to number 12 is 8 or 9, and along the same lines in the answer to number 13 3 or 4?? Can anyone help???