Automatically Remove all Hyperlinks in Microsoft Word with VBA

preview_player
Показать описание
In this video tutorial, I will show you how to remove all links in a Microsoft Word document in a single click. Rather than removing the hyperlinks one by one, you will quickly use VBA to add two short lines of code to perform this. Run the macro and the links are gone. Save this Macro and add it as a shortcut to quickly run it anytime you need it.

Copy paste the following code:
Selection.WholesStory
Selection.Fields.Unlink

Рекомендации по теме
Комментарии
Автор

Thank you for all your guidances. In MacOS, first Command A, then Command 6.

avrumgolub
Автор

Thank you I wanted this from such a long time. Will this work in excel and powerpoint as well?

MKTutorialsu
Автор

I would love to learn more macros to create.

maryrivers
Автор

Could you show us how to make drop down list in word?

IVFRegulation
Автор

Selection.WholesStory
Selection.Fields.Unlink Should be
Selection.WholeStory

Selection.Fields.Unlink

bobbycarter
welcome to shbcf.ru