P
puiuluipui
Hi, i have this code that will select from active sheet 20 cells below, on
the column.
can this code be made to select 20 cells to the right, on row?
Range(ActiveCell, Cells(ActiveCell.Row + 20, ActiveCell.Column)).Select
Can this be done?
Thanks!
the column.
can this code be made to select 20 cells to the right, on row?
Range(ActiveCell, Cells(ActiveCell.Row + 20, ActiveCell.Column)).Select
Can this be done?
Thanks!