K
Khaki
How do I get the dimension of a range?
Say
Dim rRange as Range
rRange = ActiveWorksheet.Range("MyRange")
and MyRange starts from B10 to D15
how can i get the starting Row and column of rRange and how many row
and columns it contains?
TIA
Say
Dim rRange as Range
rRange = ActiveWorksheet.Range("MyRange")
and MyRange starts from B10 to D15
how can i get the starting Row and column of rRange and how many row
and columns it contains?
TIA