QP School

Full Version: How to select a particular cell 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 Cell A1:

Range("A1").Select