J
Jerry V
i'm trying to run convert2pdf.vbs from vba:
Call Shell("WScript.exe """ & ThisWorkbook.Path & "\Convert2PDF.vbs"
vbMinimizedNoFocus)
Get message Syntax convert2pdf.vbs <Filename>
Can't figure out how to do this
Call Shell("WScript.exe """ & ThisWorkbook.Path & "\Convert2PDF.vbs"
vbMinimizedNoFocus)
Get message Syntax convert2pdf.vbs <Filename>
Can't figure out how to do this