作者:
gecer (gecer)
2019-02-11 21:59:07小弟VBA 在 office 2016下開發 程式碼
Wb=Workbook.add....
Worksheets("New").Copy Before:=Wb.Sheets(1)
存成 .xlsm後
佈署給office 2010 在這一段程式碼會顯示error
"Excel cannot insert the sheets into destination workbook,because it contains
fewer rows and columns"
請大大們賜教