View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Export only Modified Records


You could use a worksheet_change event that copies that row to a new sheet
next available row and then save that sheet
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"yovation" wrote in message
...
Hello,

I have a .txt file with 17,000 records. When I update/modify one or
two records, I would like to export the updated/modified records into
a new .txt file that i can upload to my online store.

Is that possible?

What I am trying to accomplish is keeping an offline database of
inventory I have in my online store. There is no need to update the
entire .txt file if I only need to change one or two records. Perhaps
there is an easier way. I don't want to 'link' to the online file. I
want the data I am working on completely off line.

thank you.
David