VB Code:
  1. For i = 1 to books.count - 1
  2.   if not instr(books(i),"Look For This!",1) then
  3.     'Do code for if it's in there
  4.   end if
  5. Next i
What's that tool that people use to make vB code? It adds a comment to your code but I forget what it says, something like "Improved with...".