Hello All

I have a userform (Userform A) with a textbox.
I am using the textbox to open another userform (Userform B) also with a textbox.
The Textbox control doesn't have a 'Click_Event' so I am using the 'MouseDown_Event'.
(I have also tried the Enter_event and Doubleclick_Event).

(As it happens I want the contents of Userform B textbox to populate the Userform A (the calling) textbox - Userform B will be called from a number of textboxes)

My problem is that when I Unload Userform B (with a command button) this 'closes' both Userform B AND Userform A.

I need Userform A to remain open.

Any advice on how I can achieve this please?

With thanks.