D
DrewDog
Is there any way to modify the following statement:
Range("c301").Value =
Range("c2").Offset(fromNewRow, 0).Value
so that after the "=" sign the target cell is on a
different sheet (like using the sheets.select command)?
Drew
Range("c301").Value =
Range("c2").Offset(fromNewRow, 0).Value
so that after the "=" sign the target cell is on a
different sheet (like using the sheets.select command)?
Drew