.PasteSpecial Paste:=xlPasteValues 报错
改为
.PasteSpecial Paste:=xlPasteValuesAndNumberFormats
即可
来源:excel - Error with copy paste due to merged column cells - Stack Overflow
.PasteSpecial Paste:=xlPasteValues 报错
改为
.PasteSpecial Paste:=xlPasteValuesAndNumberFormats
即可
来源:excel - Error with copy paste due to merged column cells - Stack Overflow