R
Raul Sousa
The following code is part of a macro.
Range("B11:" & Sheets.Count & "266").Select
My goal is to select the range B11 to AB266 or AC266 or AD266, depending on
the number of sheets.
The problem is that this code is not working, and I can’t understand why not.
Range("B11:" & Sheets.Count & "266").Select
My goal is to select the range B11 to AB266 or AC266 or AD266, depending on
the number of sheets.
The problem is that this code is not working, and I can’t understand why not.