Jump to content


ted

Member Since 02 Apr 2009
Offline Last Active May 05 2017 07:22 AM
-----

Topics I've Started

How to address/reference ActiveView.InsertRow data

21 April 2017 - 02:16 AM

Hi

 

After activating the insert row

1. How do I have the cursor be placed automatically in first cell to add data (without having to use mouse)?

    Nextgrid6.selectCell(0,-1) does not work.

    Nextgrid6.selectCell(0,0) places cursor in row below the insert row.

 

2. How do I address/reference retrieve the data I key into each cell for verification etc?

 

Thanks