As the help says, Textbox.Clear() "Clears the text". However, in the case where the textbox is ReadOnly then I don't want this to happen. I've tried several ways* but can't stop it. Any clues? b * overriding Clear, using Stop Event, even saving the original text and re-setting it