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 is ideal for one off documents. Insert a Section Break (Next Page) from Page Layout > Breaks Click on the page you want to expand/narrow the margins. Click on Custom […]
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 code. The below example will show different methods of writing a Find & Replace procedure in VBA to suit your needs and how to call it within another macro. The […]