because your or comparison is flawed. When you do a comparison, you have to give it multiple conditions, not multiple options of the same condition, so:
if text1.text = "hi" or "bye" then ' <-- improper testing condition
However,
if text1.text = "hi" or text1.text = "bye" then '<-- proper testing condition
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Offline 2,413 posts
since Dec 2004