View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rory Rory is offline
external usenet poster
 
Posts: 4
Default Can I list which sheets/cells have changed?

I wanted to keep a small log of what shhets and possibly what cells changed
each time the workbook is opend. The reason for this is that as a teacher I
want to see how the students interact with the sheets when solving problems.

I ahve already ebeen able to incorporate the get network username and
computername API calls, but I can't seem to figure out how to record the
changes.

Any Ideas