Hey folks,
I'm trying to remove all macro's from office documents. VBComponent.Remove and CodeModule.DeleteLines works great for Excel and PowerPoint. However, for Word documents it just doesn't delete the component or the lines. I get no errors, and it looks as if
it works, but when I SaveAs a new file, the macros are still there.
Is there some Word specific reason this might not work, or something else? This isn't my forte, so any help is greatly appreciated.
Thanks