patronu Posted June 18, 2012 Posted June 18, 2012 I'm trying to run irfanview to scan and attach the scanned file to a new mail. But the problem is I can't add parameters. This is what I have now. It works when I don't have parameters, if I add them then I get file not found. Anyone can help? Thank you.Sub test1()Dim RetValOn Error GoTo ErrorHandlerRetVal = Shell("C:\Program Files (x86)\IrfanView\i_view32.exe /scan /jpgq=50 /convert=c:\temp\scan50.pdf", 1)EndErrorHandler:If RetVal = 0 Then Msg = "File not Found" Else Msg = Err.Description End IfMsgBox MsgEnd Sub
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now