I need to select the cells "E1 to E4" using the Chr
function.
I have been trying to use the following lines of code, but there is some problem with it and the code does not compile.
It is giving the run time error '1004' : Method 'Range' of object '_Global' failed.
Dim num2 As Integer
num2 = 69
Range("Chr(num2) & 1 : Chr(num2) & 4").Select
Please help. Thanks :)