Find the beginning Cell of a Range
Dim myRng as range
dim myCell as range
'somewhat the user defines myRng
set mycell = myrng.cells(1)
J@Y wrote:
I have a user input a range, how can I store the beginning cell of that range
in a variable?
--
Dave Peterson
|