Identify Range Selected By User

  • Thread starter Thread starter RonF
  • Start date Start date
R

RonF

Is there a way I can identify a range selected by the user
when they use a mouse to select an area on the sheet? I
want to identify the cells that a user has highlighted.
 
RonF said:
Is there a way I can identify a range selected by the user
when they use a mouse to select an area on the sheet? I
want to identify the cells that a user has highlighted.

If you want it as a range object, use "Selection".
Selection.Address will give you the range as a string.

Regards,
 

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