S
Scott
Hi,
Title pretty much says it all.
How do I find the last row in a disjoint range assuming they're all in
the same object? ie. What do I put in here?
Function GetLastRow (Target as Range) as Long
'Target range is not contiguous
GetLastRow = ?
End Function
Thanks,
Scott
Title pretty much says it all.
How do I find the last row in a disjoint range assuming they're all in
the same object? ie. What do I put in here?
Function GetLastRow (Target as Range) as Long
'Target range is not contiguous
GetLastRow = ?
End Function
Thanks,
Scott