Hi,
After OK is clicked to close a custom error msg dialog box, I want to perform two Undos followed by a switch focus.
When I perform this manually with my mouse it works fine, however, my code below to perform the same task using Vba doesn't work, specifically the Undos don't undo. I'm...