Posts Tagged 'Word VBA'

How to Quickly Delete Multiple Pages in Your Word Document via VBA

In this article, we will focus on demonstrating you of how to delete multiple pages in your Word document via VBA. Drafting a document requires adjustments all the time. And deleting pages of contents is just as necessary as other modifications. To remove useless texts is easy. Most people choose to make a selection and then press either “Delete” or “Backspace” shall do the task. This certainly will get you what you want. But there is a quicker to do so. What’s more, you skip the...

Read more »

How to Find and Replace Multiple Items in Your Word Document

In today’s article, we would like to explain to you of how to find and replace multiple items in your Word document. The built-in function in Word, “Find and Replace”, allows us to find and replace a word or a phrase at a time. This certainly cannot meet our need for batch processing. As a matter of fact, we’ve extended the function to find multiple items in one time in one of our previous article. For more details, you can refer to this article: 2 Quick Ways to Find Multiple Items in...

Read more »

2 Smart Ways to Sort a Column of Texts by Length in Your Word

In today’s article, we will show you 2 smart ways to sort a column of texts by length in your Word. There are several ways to sort a column of texts or numbers in a table. But, have you ever thought about sorting a column of texts by length? In such case, your document layout will be more clear and easy for reading. However, there is no direct way in Word for us to sort in this rule. Therefore, we have to look for workarounds to solve the issue. Method 1: Use Word VBA For example,...

Read more »