Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PatternNut

    Find out if a document has changed

    Hi, I'm designing a Word add-in. The add-in has a modeless form that runs with the activedocument and helps authors to improve their writing. As part of that, I have an array that provides information on every paragraph in the document. Everything works really well until the user has to make...
  2. PatternNut

    Use Text Object Model to store location in a Word document?

    That's awesome Tony. Thank you. I'll run a test to see how this compares to the bookmarks in terms of speed. It's not that 50 - 100 bookmarks is super-slow, it's just that people expect software to be slick and a second or two seems an awful long time when you're waiting. Unfortunately, you...
  3. PatternNut

    Use Text Object Model to store location in a Word document?

    Damnit Tony! That's an excellent suggestion. I am not a natural programmer and sometimes solutions are just staring me in the face. That's so simple. Thank you. The only potential problem is that marking errors needs to be robust. The good thing about a bookmark is that users can make...
  4. PatternNut

    Use Text Object Model to store location in a Word document?

    Hi, thanks for the quick reply. The software I'm working on is for checking... and I use Word bookmarks when it finds an error. That's fine in a short document. But when the document size gets to be more than about 50 pages or the number of errors nears 100, you end up with so many bookmarks...
  5. PatternNut

    Use Text Object Model to store location in a Word document?

    As part of an MS Word add-in that I am constructing, I need to store several locations within a Word document. To date, I have done that using Word bookmarks. However, storing hundreds of bookmarks is intolerably slow. My understanding is that I could use an iTextRange to do this much faster...

Part and Inventory Search

Back
Top