View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Select Row of Active Cell

Hi Michael,

Try:

ActiveCell.EntireRow.Select


---
Regards,
Norman



"Michael Smith" wrote in message
...
How would I select the row of the active cell....so if B6 is active, I
want to activate row 6.

TIA


*** Sent via Developersdex http://www.developersdex.com ***