© 1999-2048 dssz.net 粤ICP备11031372号
[VB] 用VB操作Excel
说明: 用VB操作Excel 首先创建Excel对象,使用ComObj: Dim ExcelID as Excel.Application Set ExcelID as new Excel.Application 1)显示当前窗口: ExcelID.Visible:=True; 2)更改Excel标题栏: ExcelID.Caption:='应用程序调用MicrosoftExcel';<nniuer> 上传 | 大小:46kb