Skip to main content

How to replace underline format with italic in Word?

Author Amanda Li Last modified

In some circumstances, you may need to replace all underline characters with italic or vice reserve in word. How could you quickly replace all underline characters with italic in Word? You can get it done according to the following two tricky ways in Word.

Replace all underline characters with italic with Find and Replace

Replace all underline characters with italic with VBA

Recommended Productivity Tools for Word

Kutools for Word: Integrating AI 🤖, over 100 advanced features save 50% of your document handling time.Free Download

Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download


Replace all underline character with italic with Find and Replace

Step 1: Click Home > Replace or use shortcuts Ctrl + H to launch the Find and Replace dialog;

Step 2: Click More button to bring up Search option.

Step 3: Put the cursor in Find What box, click Font from Format drop-down list to select the Underline style and Underline color.

Step 4: Put the cursor in Replace With box, click Font from Format drop-down list to select Italic in the Font style list.

Find and Replace dialog box    Find Font dialog box

Step 5: Click OK > Replace All.

Note:

1. Click No Formatting to make sure no formatting information is specified in the Find What box and Replace With box before your operation.

2. This processing just make the text with underline italic, cannot remove underline.

Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...
Navigate through documents using Office Tab
Enhance your workflow now.      Learn More about Office Tab       Free Download

Replace all underline characters with italic with VBA

Alternatively, you also can use VBA to replace underline with Italic. But if you are not good at macro, I do not recommend this method. Do as follows:

Step 1: Press Alt+F11 to open the VBA window in Word;

Step 2: Click Module in Insert tab, and insert the VBA code into Module window;

The VBA code to replace all underline characters with italic in Word:

Sub ReplaceUnderlineWithItalic()
'Update 20131107
Selection.Find.ClearFormatting
Selection.Find.Font.Underline = wdUnderlineSingle
Selection.Find.Replacement.ClearFormatting
Selection.Find.Replacement.Font.Italic = True
With Selection.Find
.Text = ""
.Replacement.Text = ""
.Replacement.Font.Underline = wdUnderlineNone
.Forward = True
.Wrap = wdFindAsk
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll
End Sub

Step 3: Click Run  Run button button to apply the VBA code (or press F5).

Note:

1. This code is only suit for single underline without color. You can change “wdUnderlineSingle” in the code to fit for other underline styles such as “wdUnderlineDouble” or “wdUnderlineThick”.

2. This code just make the text with underline italic, cannot remove underline.


Best Office Productivity Tools

Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!

🤖 Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...

📘 Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...

Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...

🧹 Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...

Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...

🔍 Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...

Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...

🌍 Supports 40+ Languages: Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools and Kutools Plus tabs on the Word Ribbon
👉 Want to try these features? Download Kutools for Word now! 🚀
 

Best Office Productivity Tools

Kutools for Word - 100+ Tools for Word