※ [本文转录自 Visual_Basic 看板 #1SON-kUD ]
作者: gecer (gecer) 看板: Visual_Basic
标题: [VBA ] excel save 问题
时间: Mon Feb 11 21:59:07 2019
小弟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"
请大大们赐教