thanks a lot, I'll try that. BlAsTo1414 >Like was said before, the '=' needs to be a '==', but that's not all. You also >need to close the If statments with 'End's, right before Text(). Those two >bugs combined mean that it never reaches the Text() or Goto statements, which >is why it quits without doing anything.