用excel打印时,能不显示过程中弹出来的窗口吗?
Dim Proc As New Process '打开工作簿 Proc.File = fl Proc.Verb = "Print" '指定动作 Proc.Start()