Is there a way to open and/or print a saved file (.doc, .pdf, .xls, etc)
using VBA?
something like...
Call Shell(strInvoic ePath, OpenFile)
or
Call Shell(strInvoic ePath, PrintFile)
?
Thanks in advance.
using VBA?
something like...
Call Shell(strInvoic ePath, OpenFile)
or
Call Shell(strInvoic ePath, PrintFile)
?
Thanks in advance.
Comment