Dim Proc As New ProcessProc.File = "Reports\1.doc" ' 指定要执行的文件Proc.Start()
写成
Dim Proc As New ProcessProc.File = fl
Proc.Start()