If you're going to do this on many different occasions, it might pay to
create a "Custom List", so that each time you need to make this list, you
could simply enter "AA" and *autofill* down a column or across a row.
Start with a new sheet, and enter this formula in A1:
=IF(ROW(A1) > 26, CHAR(INT((ROW(A1) - 1)/ 26) + 64) & CHAR(MOD(ROW(A1) -
1,26) + 65), CHAR(ROW(A1) + 64))
You can copy it down to A650 to end up with "XZ".
Now, while the column is *still* selected from the copy, let's remove the
formulas.
Right click in the selection and choose "Copy".
Right click again and choose "Paste Special",
And click on "Values", then <OK>.
And NOW, while the column is *still* selected from the formula removal,
Click on:
<Tools> <Options> <CustomLists>
The "ImportList" box should already have the column range entered, since it
was selected.
Click on "Import", then <OK>.
Strangely enough, whatever case you start your list with (AA, BB - aa, bb),
XL will continue to autofill with *that* case.
Another advantage of custom lists is, you can start anywhere in the middle,
and XL will take it up from wherever you started.