QP School

Full Version: How to select an entire column in Excel VBA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Assumed you have created a module and a subroutine already, write the following code to select column A:

Range("A:A").Select