VBA code for Unlink Citations
After creating a bibliography, I want to do all the following by creating a macro within Word:
Select bibliography
Unlink citations
Run Autoformat to apply links
Apply a Word style to the bibliography
The Record Macro feature doesn't pull anything from Zotero's Unlink Citations button, and I'm not sure what to put in VBA...is that code available?
Thanks!
Select bibliography
Unlink citations
Run Autoformat to apply links
Apply a Word style to the bibliography
The Record Macro feature doesn't pull anything from Zotero's Unlink Citations button, and I'm not sure what to put in VBA...is that code available?
Thanks!
https://www.zotero.org/support/word_processor_plugin_shortcuts
The command you would need is :
Application.Run "ZoteroRemoveCode"