Copy a range instead of just one row but with condition
Hi Cimjet,
Am Mon, 20 Jun 2011 12:27:51 -0400 schrieb Cimjet:
Can this be modified to copy the value only, now it's pasting the formulas and
one row "B" is a Data Validation box.
then change the if block to:
If IsNumeric(Pos1) Then
Sheets("Invoice").Rows(i).Copy
.Range("A" & FRow).PasteSpecial xlPasteValues
End If
Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
|