Can someone please help tell me what is the correct syntax/ie vb code
to copy a entire row from one sheet to another?
Pretend I have two sheets and want to copy an entire row from sheet2
to sheet one , what is the code to do something like this?
Is it something like this WORKsht.Cells(wRow) = DATAsht.Cells(wRow)?
I really have no idea, if anyone knows ?
Thanks


Reply With Quote
