Dim Proc As New ProcessProc.File = "c:\用户\administrator\桌面\管理项目1\Reports\订单.xls"Proc.Start()
改成
Dim Proc As New ProcessProc.File = ProjectPath & "Reports\订单.xls"Proc.Start()