Folks,
I want to select a cell and then select down and then right from this cell. I've got the down bit using xldown, but can't get the xlright bit working:
Range(ActiveCell, Selection.Cells.End(xlDown)).Select
Range(ActiveCell, Selection.Cells.xlRight).Select
Thanks
I want to select a cell and then select down and then right from this cell. I've got the down bit using xldown, but can't get the xlright bit working:
Range(ActiveCell, Selection.Cells.End(xlDown)).Select
Range(ActiveCell, Selection.Cells.xlRight).Select
Thanks