If I understood well your question, it has an easy (but not obvious) answer:
simply assing de refEdit control to the current region before to display your form:
something like:
Sub driver()
UserForm1.RefEdit1.Text = ActiveCell.CurrentRegion.Address UserForm1.Show
End Sub
when the form is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.