Can you folks tell me is this possible in a macro?
Suppose you have a excel sheet with many rows?
Last column suppose there is flag indicating whether it is 'Original'
or 'Updated' row.
In case user changes any data in the row, macro will get fired and it
will change the flag to 'Updated'.
Can you please tell me how this can be done?
This is I need for importing data from excel sheet. So if rows are
modified then only I will update that record in database? Now as I am
not able to know which row is modified by user, I have to update all
the rows.