G
Guest
I have a comand that works just fine for copying and
pasting within a single worksheet. In the following
code, I want the E2:H data to be in sheet2 and I want the
A2
data to be from sheet 1. How would I incorporate
that? Thank you.
Range("E2:H" & FinalRow).Value = Range("A2
" &
FinalRow).Value
pasting within a single worksheet. In the following
code, I want the E2:H data to be in sheet2 and I want the
A2
that? Thank you.
Range("E2:H" & FinalRow).Value = Range("A2
FinalRow).Value