Word Plugin error report: 2003290284
Hi!
An error ocurrs when you insert a citation in my document. Is not about a citation, I think is about my word document itselft... it has references, index, figures, etc.
Whe you press the insert citation button, you have this error: “La propiedad no esta disponible para este objecto” (property is not available for this object). Debuging the macro the problem is in oField.Result property:
Function fnGetMarkInRange(...)
...
If oRange1.Fields.Count > 0 Then
Set oField = oRange1.Fields(oRange1.Fields.Count)
Set oRange2 = oField.Result
...
I can send you the word document if you need.
Same extra information:
Word version-> Word 2003 sp3 (Spanish)
Zotero version-> 1.0.9
Plugin version-> "1.0b3"
Thanks !
An error ocurrs when you insert a citation in my document. Is not about a citation, I think is about my word document itselft... it has references, index, figures, etc.
Whe you press the insert citation button, you have this error: “La propiedad no esta disponible para este objecto” (property is not available for this object). Debuging the macro the problem is in oField.Result property:
Function fnGetMarkInRange(...)
...
If oRange1.Fields.Count > 0 Then
Set oField = oRange1.Fields(oRange1.Fields.Count)
Set oRange2 = oField.Result
...
I can send you the word document if you need.
Same extra information:
Word version-> Word 2003 sp3 (Spanish)
Zotero version-> 1.0.9
Plugin version-> "1.0b3"
Thanks !
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.