试试截图自己做,如
Dim proc As new Processproc.File = ApplicationPath & "capture.exe"proc.WaitForClose = Trueproc.StartIf ClipBoard.GetImage IsNot Nothing Then ClipBoard.GetImage.save("d:\test.jpg") msgbox("保存到了d盘") ClipBoard.SetText("d:\test.jpg")End If
保存图片之后,直接在单元格填入路径