Hi glenn:
After we get row W, should we just put the data into row Y, or insert a new
row above Y and put the data into the newly inserted row?

Signature
Gary''s Student - gsnu200747
>
>
[quoted text clipped - 6 lines]
>
> Thanks!
Tomcat - 29 Sep 2007 14:44 GMT
> Hi glenn:
>
> After we get row W, should we just put the data into row Y, or insert a new
> row above Y and put the data into the newly inserted row?
Hi thanks to everybody for the answers.
Yes, insert a new row above Y an put the data from row W into the newly
inserted row! Like whe you want to copy columns headers rows to another
worksheet that contains data.
thanks!
One way:
Worksheets(X).Rows(W).Copy Destination:=Worksheets(Z).Rows(Y)
>
>
[quoted text clipped - 6 lines]
>
> Thanks!