mabentwickeltsich / MendeleyMacros

New functionalities for Mendeley's plugin: hyperlinks for citations pointing to bibliography, hyperlinks for URLs in bibliography, and fix to maintain Microsoft Word style of bibliography.
41 stars 25 forks source link

Macro executed but no hyperlinks created #13

Open franklinliot opened 3 years ago

franklinliot commented 3 years ago

Hello,

I tried entering the _GAUGcreateHyperlinksForCitationsAPA() Macro but when I run it, it doesn't seem to create the hyperlinks. I put you a screenshot of the code I entered. Capture.

Is it because of the "refreshdocument" macro I need to edit? Because I tried to access it but Word states that the project is unviewable.

(I use APA)

Best,

charlesweir commented 3 years ago

Doesn't look like you have the whole of the subroutine in there! Suggest trying again.

mabentwickeltsich commented 2 years ago

Thanks @charlesweir for the hint.

Dear @franklinliot,

I am sorry for this late (and perhaps useless) reply. I have not been able to check the status of the repository with regularity. As @charlesweir pointed out, you have just copied the header of the macro and the juicy part is missing. Follow the instructions again to install the macros and make sure you copy the full code of each macro.

Cheers

Nangu2004 commented 3 months ago

It did not work for me, kindly help and what could be the problem? IT DID NOT WORK

mabentwickeltsich commented 3 months ago

Dear @Nangu2004, I cannot see what user-defined type is the error about in the image. I have not been able to work on the code recently. However, it seems that the new versions of Mendeley create the references in a different way and the macros do not work correctly. This is based on the comments by others. I would recommend to use an older version of Mendeley and try again. Cheers

mabentwickeltsich commented 3 months ago

Dear @Nangu2004, I have done some tests in a fresh installation. Using Mendeley Desktop 1.19.8 and MS Word 2019, the error that you have is most likely due to the missing RegExp object. You need to activate regular expressions in MS Word. Follow the instructions and try again.

Cheers