Macro 31: Selecting and Formatting a Range

Macro 31: Selecting and Formatting a Range One of the basic things you need to do in VBA is to select a specific range to do something with it. This simple macro selects the range D5:D16. How it works In this macro, you explicitly define the range to select by using the Range object. Sub […]

Macro 31: Selecting and Formatting a Range Read More »