A
Alan
We have data in a table that we wish to dynamically delete
where the data is not relevant, therefore only leaving
completed lines in the table.
The first variable is easy as we know it will always be
the third row, but after that it depends what data is
present and how many rows have been deleted as to where
the next item on "the list" will be in the table.
The VB code searches for certain indicators and lands the
cursor in the correct cell already- is there a way to call
the row number of the cell it is in- or use an "active
row" style command?
where the data is not relevant, therefore only leaving
completed lines in the table.
The first variable is easy as we know it will always be
the third row, but after that it depends what data is
present and how many rows have been deleted as to where
the next item on "the list" will be in the table.
The VB code searches for certain indicators and lands the
cursor in the correct cell already- is there a way to call
the row number of the cell it is in- or use an "active
row" style command?