On 10/4/20 4:00 PM, pinglix via User wrote: > I have no need to select text, It makes no sense so I can disabile all mouse events on the 2 text areas but I don't know how to > do It. You could use something like: Public Sub TextArea1_MouseDown() Stop Event End -- Lee