Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting a cell entry based on cell validation selection | Excel Worksheet Functions | |||
i want to highlight entire row when selecting a cell in that row | Excel Discussion (Misc queries) | |||
mouse stuck in cell selection mode | Excel Discussion (Misc queries) | |||
Selecting cell with mouse | Excel Discussion (Misc queries) | |||
Moving cursor to another cell w/out selecting entire area | Excel Discussion (Misc queries) |