I want to print a Word document, mydocument.docx, from a button in an Excel sheet. Both are in the same folder.
I don’t want users to see the Word document. They just click the button in Excel.
I can create a button in Excel and make it open an empty vb. This is as much as I know. If you can explain this in steps that would be so awesome.
You can use the Word automation object model to gain programmatic access to Word.
In almost all cases, you’d be following these steps:
Here is what the basic VBA code looks like: