×

Word VBA

Microsoft Word VBA To Save Document As A PDF In Same Folder

Microsoft Word VBA To Save Document As A PDF In Same Folder

What This VBA Macro Code Does The business world has increasingly become more reliant on mobile computing with devices such as...

Remove Duplicate Paragraphs From The Entire Word Document

Remove Duplicate Paragraphs From The Entire Word Document

What This VBA Code Does This VBA macro code will go through your Active Word document and remove any duplicate...

Remove Consecutive Carriage Returns Throughout Entire Word Document

Remove Consecutive Carriage Returns Throughout Entire Word Document

What This VBA Code Does This VBA macro code with go through the Active Word Document and remove any instances...

Format VBA Code Inside A Microsoft Word Document

Format VBA Code Inside A Microsoft Word Document

What This VBA Code Does I have found over the years that organizing your past VBA code snippets can really...

Remove Pesky Double Spaces Between Sentences In Microsoft Word

Remove Pesky Double Spaces Between Sentences In Microsoft Word

**Hey, it's Chris here! The following is a guest post by a fellow VBA blogger named Ryan Wells who has...

Merge All Paragraph Breaks In Microsoft Word After Copying Text From PDFs

Merge All Paragraph Breaks In Microsoft Word After Copying Text From PDFs

What This VBA Code Does This past weekend I was tasked with recreating a PDF document in Microsoft Word. Unfortunately,...

VBA Code To Add Text To MS Word Header & Bold First Line Of Text

VBA Code To Add Text To MS Word Header & Bold First Line Of Text

What This VBA Code Does  This VBA code allows you to automate adding specific text (single or multiple lines) to...

Automatically Apply Spell Checker’s Suggestion

Automatically Apply Spell Checker’s Suggestion

What This VBA Code Does This is a nifty macro.  It will go through your Microsoft Word document and automatically...

Insert Picture Into Word Header With VBA

Insert Picture Into Word Header With VBA

What This VBA Code Does The VBA code below shows how you can automate inserting and image (ie company logo)...

Remove Spell Check Indicators (Squiggles)

Remove Spell Check Indicators (Squiggles)

What This VBA Code Does: This code shows a few different ways you can remove those visually irritating little squiggles...