Thread
:
How to export hyperlinks from Excel to Word?
View Single Post
02-23-2023, 04:39 AM
gmayor
Windows 10
Office 2019
Expert
Join Date: Aug 2014
Posts: 4,138
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
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor