I have a form with multiple textboxes, and a couple of command
buttons, my question is, is there a way
to detect if the user has entered/altered values in "any" of the
textboxes, without having to go through
the process of comparing each and every textbox with the original
string?
I need to detect any change, to decide if the worksheet needs saving
on moving to the next row of data?
Is there an easy way to do this?, or can the textboxes somehow
indicate if anything has been edited?