ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macro for selecting entire row from mouse cell selection (https://www.excelbanter.com/excel-programming/273839-macro-selecting-entire-row-mouse-cell-selection.html)

PaiolaS

Macro for selecting entire row from mouse cell selection
 
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

Ron de Bruin

Macro for selecting entire row from mouse cell selection
 
Try this PaiolaS

Sub test()
ActiveCell.EntireRow.Select
End Sub


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"PaiolaS" wrote in message ...
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





All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com