Skip to main content

How to remove drop cap in Word?

What is Drop Cap? A drop cap is a large capital letter at the beginning of a text block that has the depth of two or more lines of regular text, it often seen at beginning of novels. The following figure shows one style of drop cap:

doc-dropcap-1

How to remove drop cap when you need?

Manually remove drop cap in Word

Remove all drop caps from document with VBA code

Remove all drop caps from document one click with Kutools for Word


arrow blue right bubbleManually remove drop cap in Word

You can remove drop cap in Word directly. Do the following steps:

Step 1: Select the paragraph contains the drop cap that you want to remove;

Step 2: Click Insert tab, click Drop Cap in the Text panel;

doc-dropcap-2

Step 3: Click None.

Obviously, to remove drop cap manually is tedious and time-consuming.


arrow blue right bubbleRemove all drop caps from document with VBA code

Using VBA code to remove all drop caps from document is easier and faster. You can run Macro with VBA code to remove all drop caps, as follows:

Step 1: Press “Alt-F11” to open the VBA window in Word;

Step 2: Click Module from Insert tab, insert code into Module window;

Step 3: Click Rundoc-reverse-sign-6 button to apply the VBA.

The VBA code to remove all drop caps from document:

Sub RemoveDropCaps()
Dim oRng As Range
On Error Resume Next
For i = 1 To ActiveDocument.Paragraphs.Count
Set oRng = ActiveDocument.Paragraphs(i).Range
With oRng.Paragraphs(1).DropCap
.Position = wdDropNone
End With
Next i
End Sub


arrow blue right bubbleRemove all drop caps from document one click with Kutools for Word

Kutools for Word provides the easiest and fastest way to remove all drop caps from document. You just need to click Remove drop cap button once, Kutools for Word will remove all the drop caps automatically

Kutools for Word, a handy add-in, includes groups of tools to ease your work and enhance your ability of processing word document. Free Trial for 45 days! Get It Now!

Click Kutools > click Remove All in the Clear panel > click Remove Drop Cap from drop down list.

doc-dropcap-3



Recommended Word Productivity Tools

 

Kutools For Word - More Than 100 Advanced Features For Word, Save Your 50% Time

  • Complicated and repeated operations can be done one-time processing in seconds.
  • Insert multiple images across folders into Word document at once.
  • Merge and combine multiple Word files across folders into one with your desired order.
  • Split the current document into separate documents according to heading, section break or other criteria.
  • Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on...
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Thank you your guidance is became very useful to me.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations