doubleclick事件,写代码
If e.col.name = "文件名" Then
Dim proc As New Process
proc.file = "d:\" & e.row("文件名") & ".pdf"
proc.start
End If