View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
papou[_10_] papou[_10_] is offline
external usenet poster
 
Posts: 27
Default What is the Visual Basic command to select an entire row in Excel.

Hello
Rows(1).EntireRow.Select
HTH
Cordially
Pascal

"Sahja" a écrit dans le message de
...
When I use the command Rows.EntireRow.Select in Visual Basic to select a
single row in an Excel spreadsheet it selects all the rows in the
spreadsheet. Is there another command that will select a single row??