How to disable Word's automatic hyperlink feature

WBOY
Release: 2024-01-22 12:39:05
forward
1227 people have browsed it

How to disable Words automatic hyperlink feature

How to cancel the automatic conversion hyperlink in word

Three ways to remove hyperlinks from word documents

Word has many automatic functions, which undoubtedly add countless conveniences to users' operations, but sometimes they can also feel a little inconvenient. For example, after just entering a website address or email address, Word will automatically convert it. It is a hyperlink. How to remove the automatic addition for users who do not need this link?

There are three methods

1. Instant method: After Word automatically converts the URL or E-mail into a hyperlink domain, press the Ctrl Z key combination to cancel the automatic conversion.

2. Long-term method, execute the "AutoCorrect Options" command on the "Tools" menu, select the "AutoFormat As You Type" tab in the pop-up dialog box, and remove the "Replace Internet and network paths with hyperlinks" ” check box selection, as shown in Figure 1.2.43.

Users need to be reminded that after using this method, when the user enters a website address or email address, Word will not automatically convert it into a hyperlink.

3. Cancel hyperlinks in other locations. If you want to convert an existing hyperlink field in the document into normal text, just click the hyperlink while holding down the Ctrl key, and then press Ctrl Shift Just use the F9 key combination.

Return link at the end of WORD batch

How to cancel hyperlinks in batches in word. Add more hyperlinks and do it all at once. The method is as follows:

1. First copy the web content to WORD,

2. Press ALT F11

3. Find a project with a WORD file icon in the upper left corner of the project dialog box, usually called Thisdocument, double-click to open the dialog box,

4. Copy the following code into the dialog box: Sub cancel link ()

For a = 1 To ThisDocument.Hyperlinks.Count

ThisDocument.Hyperlinks(1).DeleteNextEnd Sub

5. Press F5, done, all hyperlinks are gone.

Reminder: The function of this shortcut key Ctrl Shift F9 is to convert all "domains" (including hyperlinks) into

Normal text. So use it with caution and make sure that the document to be converted does not contain important fields. Because once the domain is

If

is converted into ordinary text, it cannot be automatically updated and errors will occur.

The above is the detailed content of How to disable Word's automatic hyperlink feature. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:docexcel.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!