if I have the column number as variable x and the row as variable y
how can I select a cell in column x line y?

I thought : range (x & y).select

but it doesn't work

Thanks