Re: Code help



wks1.range(Cells(iRow, "a"),cells(irow,"o")).Copy Destination _


--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@xxxxxxxxxxxxx
"Anthony" <Anthony@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:FB4F6F4E-B69F-407E-BEDD-A9441FB4F5F4@xxxxxxxxxxxxxxxx
Hi

I have this bit of code that is part of a macro to search for and copy paste
data when a match is found.


wks1.Cells(iRow, 1).EntireRow.Copy Destination _

I don't want the ENTIRE ROW to be copied just the range A:O
can anybody adapt the code for me please to carry this out

thanks

.