View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Get information on changed cells

I think the only way would be to keep track of each change while it happens.

Or maybe compare an old version with a new version (sounds like way too much
could go wrong).

Or maybe turn on track changes (also means that the workbook will be shared,
yech!).



****ij wrote:

Hi,
I am using vb application to load and save excel data. I want to know
if there is a way to get information only of changed/modified cells
when we are to save excel file.
Presently I am using Excel ADO recorset for reading all columns and
rows.
Thanks in advance

--
****ij
------------------------------------------------------------------------
****ij's Profile: http://www.excelforum.com/member.php...o&userid=25145
View this thread: http://www.excelforum.com/showthread...hreadid=390925


--

Dave Peterson