Hi
When I select a cell, how do I programmatically, in Cell A1, return the value of the third row in whatever column the current selection is? (it will never be in column A)
E.g. H3 contains the value "Pickles". When I select H15 (or any other row in H), cell A1 will return "Pickles".
However if the current selection is in Row 3, the macro doesn't run
thanks
When I select a cell, how do I programmatically, in Cell A1, return the value of the third row in whatever column the current selection is? (it will never be in column A)
E.g. H3 contains the value "Pickles". When I select H15 (or any other row in H), cell A1 will return "Pickles".
However if the current selection is in Row 3, the macro doesn't run
thanks
Last edited: