This is probably quite simple: After exiting a userform menu (thru a Exit button which unloads the form), I lose my cursor: the cell where the cursor was no longer shows the cursor borders, the name box no longer shows the cell address (although its contents are still displayed in the formula box) and most of Excel's buttoens are greyed out. The vba code is still running; I have to hit Escape to regain control. How do I terminate the userform to avoid this? Thanks in advance.
EDIT: Solved. After some trail-n-error, all it took was a simple ActiveCell.Select
Bookmarks