View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt P.[_2_] Matt P.[_2_] is offline
external usenet poster
 
Posts: 14
Default SelectionChange or Defined Name Selection Difference

Hello,
What I'm trying to do is see how many rows get added to a
list after the dataform inserts records on the list. Tom O
pointed me in the direction of either using defined names
or the Selection Change. I've not been able to use
either. My purpose for doing this is to be able to use
that number of rows that are inserted on that list to
insert that many rows in a particular spot on a summary
sheet and then populate the summary sheet with formulas in
those inserted rows which will then display values.
Basically I just want a summary sheet to do calculations
on newly inserted rows on the list sheet. I need the
number of rows because the summary sheet cannot just
insert the new calculations anywhere it has to insert it
before say a row that has totals at the bottom of that
calculated list.
If anyone has any ideas of how to implement this please
let me know. Thank you.