Find the RANGE in MOUSE CLICK

A

Avadivelan TCS

Dear All,
In my program, RANGE will be change eveytime.Like first time A1:B35 , Next
time B2:D234, Third time C22:E46, ..etc. So that can you suggest how to
store(find) the RANGE using Mouse Selection in a variable.
Have a nice day to all..! Thanks in advance for your reply.
 
A

Avadivelan TCS

Thanks a lot.

Gary L Brown said:
sub ShowRange()
msgbox selection.address
end sub

HTH,
--
Gary Brown
gary_brown@ge_NOSPAM.com
If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.
 
Top