Selecting the first cell of a row

R

Remko Campagne

Does someone know the macro for selecting the first cell
of a row when a cell in the same row is selected?

Thanks in advance,
Remko
 
B

Beto

Remko said:
Does someone know the macro for selecting the first cell
of a row when a cell in the same row is selected?

Thanks in advance,
Remko

Cells(1, ActiveCell.Column).Select

Regards,
 
Top