Thread
:
Find the last cell in a selected range?
View Single Post
#
2
Posted to microsoft.public.excel.programming
RB Smissaert
external usenet poster
Posts: 2,452
Find the last cell in a selected range?
dim rng as range
set rng = selection.cells(selection.cells.count)
RBS
"J@Y" wrote in message
...
I have a user selecting a range, how would I put the ending cell in the
range
in a variable?
Reply With Quote
RB Smissaert
View Public Profile
Find all posts by RB Smissaert