G
greg carter
My code has these 3 lines to swap rows.
Rows(120).Value = Rows(z).Value
Rows(z).Value = Rows(x).Value
Rows(x).Value = Rows(120).Value
Is this the only way to do it?
Also, the formulas are destroyed when using this, and
I need to retain them.
Thanx ahead,
Greg Carter
Rows(120).Value = Rows(z).Value
Rows(z).Value = Rows(x).Value
Rows(x).Value = Rows(120).Value
Is this the only way to do it?
Also, the formulas are destroyed when using this, and
I need to retain them.
Thanx ahead,
Greg Carter