Can some tell me why this:
Works,
and this:
does not? And... can I make it work somehow?
Thanks,
David
Code:
Range("a1").Value = Range("C" & ActiveCell.Row()).Value
and this:
Code:
Range("a1").Value = Range(ActiveCell.Column() & "9").Value
Thanks,
David