M
Mai
My word document has tracked revisions on it.
I had already wrote a procedure to compare:
One:
Selection.paragraphs(1).Range.ListFormat.ListString & Chr(32) &
Left$(Selection.Paragraphs(1).Range.text,Len(Selection.Paragraphs(1).Range.text)-1) = any one of GetCrossReferenceItems
It works fine. But the problem here is: It is not working properly on
revisioned document, where the result is displayed 0 with bookmarked to Start
of the document or irrelevent bookmark.
Can any one help on this please...
I had already wrote a procedure to compare:
One:
Selection.paragraphs(1).Range.ListFormat.ListString & Chr(32) &
Left$(Selection.Paragraphs(1).Range.text,Len(Selection.Paragraphs(1).Range.text)-1) = any one of GetCrossReferenceItems
It works fine. But the problem here is: It is not working properly on
revisioned document, where the result is displayed 0 with bookmarked to Start
of the document or irrelevent bookmark.
Can any one help on this please...