Macro for selecting entire row from mouse cell selection

  • Thread starter Thread starter PaiolaS
  • Start date Start date
P

PaiolaS

Hello

How can i make a macro to do this

1 - you select a cell
2 - the macro select all the row relative to that cell

tks
 
Try this PaiolaS

Sub test()
ActiveCell.EntireRow.Select
End Sub
 

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