下面代码是打开excel表的,但不兼容,可用merger导入excel表。
Dim Proc As New Process '定义一个新的ProcessProc.File = "C:\test.xls" '指定要打开的文件Proc.Start()