Q
QB
I used vba to make a range selection. When I do the following in the
immediate window
?Selection.address
$E$3:$DC$62
Which is great, but I need to split this into it's various component. IE:
Start Col = E, Start Row = 3, End Col = DC and End Row = 62. How can I do
this without reinventing the wheel? I'm assuming the is a built in method
that I am simply unaware of.
Thank you,
QB
immediate window
?Selection.address
$E$3:$DC$62
Which is great, but I need to split this into it's various component. IE:
Start Col = E, Start Row = 3, End Col = DC and End Row = 62. How can I do
this without reinventing the wheel? I'm assuming the is a built in method
that I am simply unaware of.
Thank you,
QB