发布网友 发布时间:2022-04-21 21:43
共3个回答
热心网友 时间:2023-06-24 13:30
读execel文件
首先要去“工程”-》“部件”里面引用 EXCEL11
Set ExcelApp = CreateObject("Excel.Application") '创建EXCEL对象
Set ExcelBook = ExcelApp.Workbooks.open("d:\test.xls")
Set ExcelSheet = ExcelBook.Worksheets(1)
msgbox ExcelSheet.Range("A1").Value
热心网友 时间:2023-06-24 13:30
这个也是我想知道的,等等看有没有高手解答。
热心网友 时间:2023-06-24 13:31
是自己的回答吧