Unique ID for WORD2007 paragraph
Posted
by Ganish
on Stack Overflow
See other posts from Stack Overflow
or by Ganish
Published on 2010-04-04T17:10:32Z
Indexed on
2010/04/04
17:13 UTC
Read the original article
Hit count: 490
word2007
|uniqueidentifier
Hello, I am writing large WORD2007 socuments, which are often being changed. I ahve to number paragraphs with stationary unique unmbers, that will not change while changing the documents. The numbers should be unique, and will not change even if previous numbers are deleted. The order of the list is not mandatory, and addition of a new number before existing numbers is possible (for instance: the sequence 1, 4, 3 means that paragraphs 1-3 were written, then #2 was deleted, then #5 was added. #3 was not affected by the later editing)
The mechanism should be internal to the document, as I am working on line and off line. The numbers are allocated to every document indovidually.
Since I don't know to program under WORD, I'd appreciate getting complete solution.
REgards Ganish
© Stack Overflow or respective owner