On Saturday 28 June 2003 17:39, Benoit Minisini wrote: > > ThatOtherForm.MyTextbox.Clear > > ThatOtherForm.MyTextbox.Insert("Whatever you wanted to say") > Faster is : > ThatOtherForm.MyTextbox.Text = "Whatever you wanted to say" Oh geez, I have no idea why it never occurred to me that the Text property wouldn't be writable. Rob