Question : excel 2003 vba

I have the following in a block of vba in excel
Target.EntireRow.Range("A1:M1,R1").Copy Destination:=rngDest
Everything works good except it always coping everything including the borders
Is there a way to make it so what it copies is everything Except the borders?
Thank You

Answer : excel 2003 vba

See http:#a33208577
equivalent to your original one liner copy->paste to rngDest
Random Solutions  
 
programming4us programming4us