Forum Discussion
Deleted
Feb 27, 2021Not applicable
BATCH 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 03, 2021Not applicable
$Doc.Run("NoCommentsPDF")
Replace with
$Word.Run and it will work fine.
Replace with
$Word.Run and it will work fine.