Re: Code help
- From: Anthony <Anthony@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 23 Jul 2008 09:03:18 -0700
Thanks Don
"Don Guillett" wrote:
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
- References:
- Re: Code help
- From: Don Guillett
- Re: Code help
- Prev by Date: RE: put the program on server
- Next by Date: Re: multiple Insert Shift:=xlDown
- Previous by thread: Re: Code help
- Next by thread: Re: Code help
- Index(es):
Relevant Pages
|