Re: What is the Visual Basic command to select an entire row in Excel.
From: Ron de Bruin (rondebruin_at_kabelfoon.nl)
Date: 09/22/04
- Next message: StephanieH: "Re: Custom Views based on sheet name"
- Previous message: Bernie Deitrick: "Re: Pivot table doubt"
- In reply to: Sahja: "What is the Visual Basic command to select an entire row in Excel."
- Next in thread: RobFMS: "Re: What is the Visual Basic command to select an entire row in Excel."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 14:55:34 +0200
Hi Sahja
You can use this for the activecell row
ActiveCell.EntireRow.Select
Or this for row 15
Range("A15").EntireRow.Select
-- Regards Ron de Bruin http://www.rondebruin.nl "Sahja" <Sahja@discussions.microsoft.com> wrote in message news:5DE03FD6-55DA-4C85-9D80-96BA878195D1@microsoft.com... > 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??
- Next message: StephanieH: "Re: Custom Views based on sheet name"
- Previous message: Bernie Deitrick: "Re: Pivot table doubt"
- In reply to: Sahja: "What is the Visual Basic command to select an entire row in Excel."
- Next in thread: RobFMS: "Re: What is the Visual Basic command to select an entire row in Excel."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|