By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


Cells(i,j).select

The Cells(i, j).Select is a way of selecting one cell at row i and column j

Go to the Immediate Window and run the following and watch what happens

Immediate Window


Cells(1, 1).Select
Cells(5, 1).Select
Cells(1, 5).Select
i = 10
Cells(i, 5).select
j = 20
Cells(1, j).select
Cells(,j).Select
Cells(1, 1).Seelect