SBendBuckeye
Programmer
I would like to setup some default values for related cells when a user enters data for the first time in a given cell.
For example, say the first time they enter data in B2, I want to set the value in C2 and D2.
But I don't want to change C2 or B2 after the initial setup.
If I react to the sheetchange event, is there a property that exposes the value of the cell in question prior to the user update? If more than one cell is involved I will skip the processing.
Any ideas or suggestions? Thanks in advance.
Have a great day!
For example, say the first time they enter data in B2, I want to set the value in C2 and D2.
But I don't want to change C2 or B2 after the initial setup.
If I react to the sheetchange event, is there a property that exposes the value of the cell in question prior to the user update? If more than one cell is involved I will skip the processing.
Any ideas or suggestions? Thanks in advance.
Have a great day!