<!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> Hi
I have a user form that comes up from another userform
the new userform will find a range.
Private Sub CommandButton4_Click()
usf3
Unload Me
End Sub
I can’t seem...