Invoke CWYW Update Citations and Bibliography from Visual Basic?

I use a VB script to refresh My word documents - it’s in https://github.com/charlesweir/WordImagesAndTables/blob/master/source/DocumentSetup.bas

The one thing I need is to add updating the EndNote CWYW citations (which goes in the DoAdditionalDocumentUpdates procedure). For Mendeley this was easy: set the library reference: Tools - References - MendeleyPlugin, and call:
Refresh

But although CWYW exports quite a few macros, I cannot find the one corresponding to “Update Citations and Bibliography”.

How might I invoke that, please?

  • Charles