| 发表于:2007-09-19 10:45:22 楼主 |
set g_xlapp = new excel.application set wkbbooks = g_xlapp.workbooks wkbbooks.open (g_strprrootpath & g_strnewworkbook & ".xls ") set wkbbooktarget= wkbbooks(g_strprrootpath & g_strnewworkbook & ".xls ") wkbbooktarget.worksheets(i + 1).delete => 程序运行到此处总是提示删除确认对话框 wkbbooktarget.close yes => 程序运行到此处总是提示保存提示对话框 |
|
|
|
|