Tag: vba-code
How to Create Microsoft Word Document/Template with Different Margins on the First Page
Below are two alternative ways of creating a Microsoft Word document/template with different margins on the first page. Here’s a super easy way. This method…

VBA How To Write a Find & Replace Procedure and Call it
A procedure is an effective way of cutting down the repetition of manually writing blocks of code you will be frequently using throughout your source…