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