In my code, I have a MsgBox that pops up after a field ("Category")has been changed. If the user didn't mean to change said field, then I have a Undo function.
This works fine, but I want the cursor to reselect the initial field. I cannot seem to get this to work. Additionally, I only want to undo that one field's change, but Undo seems to undo all actions.
Please let me know if you know how to undo the last action and if you know how to go back to the field that was just undone.
Thank you in advance.
- Ben
This works fine, but I want the cursor to reselect the initial field. I cannot seem to get this to work. Additionally, I only want to undo that one field's change, but Undo seems to undo all actions.
Please let me know if you know how to undo the last action and if you know how to go back to the field that was just undone.
Thank you in advance.
- Ben