T
timconstan
I have a cell formated as "h:mm AM/PM". If the user doesn't enter
valid time, they get an error message. If they don't enter a vali
time again, they keep getting the error message until the press Cancel
or enter a valid time.
I'm keeping track of the changes on the spreadsheet using th
worksheet_change event.
When the user enters a valid time the worksheet_change event fires.
If the user had entered an invalid time 2 times, then finally enters
valid time, the worksheet_change event fires 3 times.
Is there an event that would only fire when the user has entered
valid time, and only fire once
valid time, they get an error message. If they don't enter a vali
time again, they keep getting the error message until the press Cancel
or enter a valid time.
I'm keeping track of the changes on the spreadsheet using th
worksheet_change event.
When the user enters a valid time the worksheet_change event fires.
If the user had entered an invalid time 2 times, then finally enters
valid time, the worksheet_change event fires 3 times.
Is there an event that would only fire when the user has entered
valid time, and only fire once