Selecting a Cell (using number of row AND number of column):   Return to List

Cells(1,1).Select' Will select the cell at A1 ==> Cells(RowIndex, ColumnIndex).Select

' Suggest you get in the habit of working with Column Numbers rather than column letters simply because it's much easier to cycle through them with a For...Next Loop, and also becomes easier to select individual cells.

See also:
Accessing Particular Cells in Worksheet
Column Number or Letter of selected cell
Convert Column Letter to Number function
Convert Column Number to Letter function
Creating and Sizing Cell Comments
Delete Cell Contents without deleting cell
Determining Last Cells (column & row) with Data
Drop-Down Cell Values (restricting User)
Fill Empty Cells of Selected Area with Data Above Cell
Inserting a Formula into the Active Cell
Moving down one cell (changing active cell)
Moving one cell to the right
Pasting (previously copied) Cells
Row number of Selected Cell
Selecting ALL the Cells in a Worksheet
Selecting Non-Adjacent Cells in Worksheet



Note to Webmaster