P
Pablo Cardellino
Hi,
I need to match the position of the reference of an endnote within the
document. I almost did it by using
ActiveDocument.Endnotes(i).Reference.Start, but there is a diference of 41
from its actual position. For example, I have a note right in the 1996
character of the document, but ActiveDocument.Endnotes(i).Reference.Start
gives me 2037. This difference of 41 is the same for all the endnotes within
the document.
In other document, this doesn't happen. The note is right where
ActivDocument.Endnotes(i).Reference.Start says it should be.
Anybody knows why this happens with the first document, how I could
determine wether this difference will occur or not and, obviously how to
compute the difference automatically?
Best regards,
Pablo Cardellino
I need to match the position of the reference of an endnote within the
document. I almost did it by using
ActiveDocument.Endnotes(i).Reference.Start, but there is a diference of 41
from its actual position. For example, I have a note right in the 1996
character of the document, but ActiveDocument.Endnotes(i).Reference.Start
gives me 2037. This difference of 41 is the same for all the endnotes within
the document.
In other document, this doesn't happen. The note is right where
ActivDocument.Endnotes(i).Reference.Start says it should be.
Anybody knows why this happens with the first document, how I could
determine wether this difference will occur or not and, obviously how to
compute the difference automatically?
Best regards,
Pablo Cardellino