Hello
Can anyone figure out why the following code to copy row("10:10") showing an error?!!
Sheets("TST").Rows(10).SpecialCells(xlCellTypeConstants, 23).Copy _
Destination: MM.Range("A1").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=True, Transpose:=True
:eeek: