K
Keith Robinson
Iam using the following to get values from the last cells
in a mamed range:
Bal = Range("MyRange").End(xlToRight).Offset(0, 0).Value
(Thanks RADO)
This works fine for the first row. I have a named range
$A$1:$G$10, How can I get this to work on the row the
active cell is in?
in a mamed range:
Bal = Range("MyRange").End(xlToRight).Offset(0, 0).Value
(Thanks RADO)
This works fine for the first row. I have a named range
$A$1:$G$10, How can I get this to work on the row the
active cell is in?