R
RobcPettit
Im selecting a cell, say range e2, then move down the column. when a cell = a
certain value I select the cell, then carry on down the column until i find a
cell containing a certain value then holding down the control key, select that
cell. Eventually I have several cells which I then cut and Paste else were. The
value is always the same. Can I do this using vba to make thins faster. So far
Im making range e2 the active cell, then using offset to move down the column.
I know how to select the cells if there all together, I just cant work out how
to select cells if there not continues, eg using the control key in the
program.hope this makes sense and somebody can advise.
Regards Robert
certain value I select the cell, then carry on down the column until i find a
cell containing a certain value then holding down the control key, select that
cell. Eventually I have several cells which I then cut and Paste else were. The
value is always the same. Can I do this using vba to make thins faster. So far
Im making range e2 the active cell, then using offset to move down the column.
I know how to select the cells if there all together, I just cant work out how
to select cells if there not continues, eg using the control key in the
program.hope this makes sense and somebody can advise.
Regards Robert