Selecting the first cell of a row

  • Thread starter Thread starter Remko Campagne
  • Start date Start date
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
 
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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top