Forum Discussion
Deleted
Feb 28, 2021BATCH Run a Word Macro
I would like to run a word macro (for converting files to PDF without any markup comments) for many files in a given folder I pieced this together from other powerShell scripts I had and it does...
Deleted
Mar 04, 2021$Doc.Run("NoCommentsPDF")
Replace with
$Word.Run and it will work fine.
Replace with
$Word.Run and it will work fine.