View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
cornishbloke[_11_] cornishbloke[_11_] is offline
external usenet poster
 
Posts: 1
Default Macro for selecting a row

try typing the following in the worksheet object in question:


Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveCell.EntireRow.Select
End Sub


---
Message posted from http://www.ExcelForum.com/