i have the following:

Private Sub TextBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
UserForm2.Show
TextBox1.Value = UserForm2.TextBox1.Value
that works. now i want to call the dblclick from another macro, how can i do that?