Hi
I'm tryn to copy values from A3:F# (untill the values stop). To another worksheet to Cell A3 and down.
I'm tryn this but it gives me an error on the PasteSpecial part. I also tryed just Paste but it still doesn't work.
![]()
Sheets(cmbPovp.Value).Range(Range("A3"), Cells(Rows.Count, 6).End(xlUp)).Copy Sheets("00060-2011").Range("A3").PasteSpecial , xlPasteValues, xlPasteSpecialOperationNone, SkipBlanks:=False, Transpose:=False
Bookmarks