Is this possible with office and vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a user with lots of protected documents in a folder. Is it possible
to create a small app which can be used to unprotect all the files in a
folder on one click and then after all editing is done, protect all the files
on one click.

Is this possible. If yes, where can I find info on this.

Thanks
 
It is surely possible.

You write an application to automate Word to open all Word document in given
folder(s) one by one. Once the document is opened, unprotect it, do whatever
you like to the document, save the change, protect it, and the close it.

You need to do a bit study on Word object model, so you can write code to
automate Word.
 
Back
Top