I have an old VB6 program that uses Word automation to fill in a bunch of bookmarks with text from the database. I urgently need to rewrite it, as it only works on a few relic machines now. When I started the conversion I see that the Bookmark.Range object has been deleted from the .NET object model. I'm trying to download the new definition from http://www.microsoft.com/downloads/details.aspx familyid=da039ba4-b7c2-4f99-a45a-0b210299c2b7&displaylang=en
but, it's hung up.
Using Intellisense I note that it's suggesting I replace the Range object with the XMLNode object. Could someone expound on that suggestion, please. I don't know when the object model document will ever be finished downloading.
Thanks.