Refresh zotero from VBA

how can i refresh all the citations by VBA.
I am using firefox extension and word.
  • Please explain exactly what you want to do. You can refresh all Zotero functions using the "Refresh" button in the Zotero tab/toolbar in Word. This calls the 'ZoteroRefresh' macro in VBA.
  • i am trying to build a vba code that refreshes all my fields automatically as well as table of contents, figures and so on.
    and i needed to refresh the citations as well.
    is there a method to refresh it in VBA ?
  • edited February 27, 2017
    You can refresh all Zotero functions using the "Refresh" button in the Zotero tab/toolbar in Word. This calls the 'ZoteroRefresh' macro in VBA.
    Presumably you can call the 'ZoteroRefresh' macro in VBA yourself.
  • zoteroRefresh does not work !! i tried many times.
  • If clicking the Zotero Refresh button manually works, then there is something wrong with your VBA code that's trying to call the ZoteroRefresh macro. You may need to specify the document that contains the macro (Zotero.dot or Zotero.dotm) if you writing your macro in another document.

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.