I want to search and replace items in a word document with a vbs-script. I tried everything without success. Thanks in advance Johannes from Germany
Set Word = CreateObject("Word.Application")
Word.Documents.Open("c:\example.doc")
Word.Visible= true
Word.Documents.Add
Set Text =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.