我试图使用以下代码将公式从范围拖到下一个立即列
Range(Cells(11, lc2), Cells(70, lc2)).AutoFill _ Destination:=Range(Cells(11, lc2 + 1), Cells(70, lc2 + 1)), Type:=xlFillDefault
我正面临1004错误
请指教
excel vba excel-vba
excel ×1
excel-vba ×1
vba ×1