MSWord2000: accept changes collectively for number of files

  • Thread starter Thread starter job.rozemond
  • Start date Start date
J

job.rozemond

Hello!

Who knows if there is a way (in MSWord 2000) to do "accept all changes"
for a large number of files without having to call up each individual
file and going through the motions or executing a macro that contains
those motions?

I created a macro command "ActiveDocument.AcceptAllRevisions", but is
it possible to replace ActiveDocument with something like <all
documents in current folder>?

Thanks,

JobR
 
Who knows if there is a way (in MSWord 2000) to do "accept all changes"
for a large number of files without having to call up each individual
file and going through the motions or executing a macro that contains
those motions?

I created a macro command "ActiveDocument.AcceptAllRevisions", but is
it possible to replace ActiveDocument with something like <all
documents in current folder>?
No, there's nothing like this.

Best you could do with Word 2000 was to make sure people save the
documents in HTML file format. Then you could use code to process the
HTML without having to open every file in Word.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top