Built-in for Selecting Ranges?

  • Thread starter Thread starter jdawson
  • Start date Start date
J

jdawson

Is there a way to call up those cool dialog boxes that Excel uses for
users to select/enter a range into a text edit box?

Something like:

Application.Dialogs(xlDialogSelectRange).Show


Or, as an alternative, is it possible to continue displaying a userform
while selecting cells on a worksheet, or selecting a new worksheet?
 
Yes, use the RefEdit control on a userform.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Look at the RefEdit control. If it isn't on the control toolbox toolbar,
try Tools=>Additional Controls
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top