Quote:
Originally Posted by gmayor
The batch add-in automates the process on multiple documents, however you can run the code on one document by calling it from a macro e.g.
Code:
Sub Macro1()
AddHLinks ActiveDocument
End Sub
|
Thank you Gmayor! It works well! May I also ask if I can add input box for input the path?