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...".VB Code:
For i = 1 to books.count - 1 if not instr(books(i),"Look For This!",1) then 'Do code for if it's in there end if Next i




Reply With Quote