I'm new to vba and I'm trying to write a script where I want to select a Range of columns based on the existence of a value in another column. So for example in the matrix below, I want to be able to select the BC range where A column is not blank, which is B1:C3
A B C
1 12345
2 54321
3 39284
4 <blank>
5 <blank>