AndrewMozley
Programmer
I am running Excel 2003, using a sheet generated by my Visual Foxpro application. There are about 6000 rows, each corresponding to the fields from a record in a VFP table.
Some of the cells may be edited (using Excel) and I then read the file back into my VFP application, where I apply the changes that the user has made (in Excel) to the original table.
I would like to know which rows have been edited, so that I do not have to check every cell in every row.
Is there a way that I can arrange for Excel to set a flag in the first column of a row when a change is made to any cell in that row?
Thanks. Andrew
Some of the cells may be edited (using Excel) and I then read the file back into my VFP application, where I apply the changes that the user has made (in Excel) to the original table.
I would like to know which rows have been edited, so that I do not have to check every cell in every row.
Is there a way that I can arrange for Excel to set a flag in the first column of a row when a change is made to any cell in that row?
Thanks. Andrew