Problem I work in the training department of a captioning agency, where I spend a lot of time grading trainee’s […]
Tag: ms-word
What is the fastest way to determine if a table spans two pages?
Problem The initial problem that led me to learn VBA is as follows: You have a table that can be […]
Macro for inserting a mini table between heading styles
Problem I am using the following macro to insert a mini table of contents between two identical heading styles (e.g. […]
How to efficiently loop through paragraphs and make simple changes with Word VBA (Specially reverse loop to Delete Paragraphs)
Problem This is regarding my answer with SO post How to remove paragraph marks with different format in MS-Word. My […]
Finding and deleting a certain word
Problem I have a working macro that finds a specific word and deletes the whole text. It finds the word […]
Preserve formatting for mail merge Excel & Word 2016
Problem I inherited some code and have discovered that it seems incredibly inefficient. The code works by applying text formatting […]
Large find/replace in Word using VBA
Problem I have a large amount of data from a hardware device that needs to be cleaned up so it […]