excel - Copy and paste to new sheet -
i trying copy row of data 1 sheet having run other macros, keep getting error message paste area , copy area not same size , shape.
i have tried using special cells paste method seems missing data last 9 columns.
code:
id.entirerow.specialcells(xlcelltypeconstants).copy missingdata.range("a" & rows.count).end(xlup).offset(1,1).pastespecial xlpastevaluesandnumberformats application.cutcopymode = false
i need changing code copies full row of data , pastes under existing entries in missingdata.
it seems when works when choose paste in column a, not allow me paste column b
i use:
rows(index).copy cells(1,rows.count+1).select activesheet.paste
Comments
Post a Comment