MS Word and comments question

Hi all, do any of you know of a way to export MS Word comments in a separate, easy to organize location, such as a separate table or a bulleted list at the bottom of a doc?

Thanks

The cleanest way is with VBA to loop through the comments and save in Excel or similar. I can find some sample VBA for you, but it requires a little knowledge about how to work with macros.

But the simplest way if you’re open to doing a little cleanup of the comments is to save the document as a web page. Then open the web page in a browser, and the comments will all be listed at the bottom.

Thanks! I think that I’ll do the web page thing. Much appreciated.

And, within the Edit window, I just did it. Very cool. Again, thanks!