J
Jayhawktc
I am needing to copy and past certain cells in a row based on the valu
of another column.
If a cell in column R is greater than Zero then I need to copy cells i
Column A, C, E, G, K, R, T, and W that are in the same row as the cel
from column R that was greater than zero.
Example:
If cell R7 is greater than zero then copy A7, C7, E7, G7, K7, R7, T
and W7 then paste in sheet "summary".
I can write code to point it to a specific cell and then copy the cell
in that row but I do not know how to make it look at the whole column
and repeat that copy and paste each time it finds a cell in column
with a value greater than zero. Any help would be greatly appreciated
Thanks in advance
of another column.
If a cell in column R is greater than Zero then I need to copy cells i
Column A, C, E, G, K, R, T, and W that are in the same row as the cel
from column R that was greater than zero.
Example:
If cell R7 is greater than zero then copy A7, C7, E7, G7, K7, R7, T
and W7 then paste in sheet "summary".
I can write code to point it to a specific cell and then copy the cell
in that row but I do not know how to make it look at the whole column
and repeat that copy and paste each time it finds a cell in column
with a value greater than zero. Any help would be greatly appreciated
Thanks in advance