Is there anyway to use a NOT condition with Contains, Begins With, Ends With? I am trying to create a if statement with multiple conditions... ie. If tData does not contain "Tree" and tData Begins with "House" then ...do something End if Thanks! Warren