Cross Referencing Zotero Bibliography in Word #zotero #word #bibliography #cross_reference

preview_player
Показать описание
In this video, I explain how you can use a VBA code to automate the process of inserting cross references between Zotero Bibliography List and Citations in Word.
Link to VBA code:

#zotero #word #vba #cross_reference #bibliography #crosslink #reference #macro
Рекомендации по теме
Комментарии
Автор

Thank you very much for sharing this tutorial.

LordDescriptor
Автор

Thank you so much for sharing this information, I didn't know what else to do. Unfortunately, I was not successful in doing it automatically through the program, but I will do it manually through Word itself, it will take much longer, but at least I will be able to cross references with citations.
You really helped me. Thank you very much!

renecleideviana
Автор

Key Moments in the Video:
The main code explained: 14:25
Show Developer Tab in Toolbar: 27:35
Cross-referencing non-numeric citations: 31:09
How to insert code in your document: 34:30

aymannegm
Автор

I tried to replicate this and i think i did all steps correctly but the VBA reports an error at.

ReferenceType:="Numbered item", _
ReferenceKind:=wdNumberRelativeContext, ReferenceItem:=MyArray(iter), _
InsertAsHyperlink:=True, IncludePosition:=False, SeparateNumbers:=False, _
SeparatorString:=" "
what could that mean?

JesseSGoossens