Friday, August 26, 2005

Going Loopy in Excel!

You might remember way back at the start of term (5 weeks ago now), we looked at three fundamentals of programming:
  • sequence (the statements to draw our turtle square had to be executed in the right order),
  • selection (in VBA, we've used IF statements to select what our program should do, such as prompting the user whether they are enjoying programming and responding to their answer), and,
  • repitition.
See if you can recall how to create a flower pattern using AJ's Turtle Graphics application!

Out main aim today is to have a go at using repitition in Excel VBA ... getting familiar with 'While' loops and 'For' loops in VBA. We'll have some exercises to practice and, of course, it'll help us finish the next scenario for our Band application.

But first we're going to have some fun with a mysterious outdoor activity!

0 Comments:

Post a Comment

<< Home