View Single Post
 
Old 02-23-2023, 04:44 AM
syl3786 syl3786 is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Jan 2023
Posts: 97
syl3786 is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
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?
Reply With Quote