I want to print external documents to a word document using VBA. The documents are of several types: excel, Microsoft Project, bmp, jpg and pdf.
Is there any way I can achieve that. Using the printout method VBA assumes the file I wanted to print is a Word document not identifying the file type and linking it with the application.
I thought one way was to call a windows command shell but I could not find the code.
Is there any way I can achieve that. Using the printout method VBA assumes the file I wanted to print is a Word document not identifying the file type and linking it with the application.
I thought one way was to call a windows command shell but I could not find the code.