打开文件"C:\test.xls",为例:
Dim Proc As New Process '定义一个新的ProcessProc.File = "C:\test.xls" '指定要打开的文件Proc.Start()