Ok, I think I know what you mean. When the code runs, your cursor gets moved to Column E where the dropdown was just revalidated, correct? Toss this code in at the end of your current code and it should reselect the original cell.
I'm not sure, but i think the red section reselects the target cell when it is formatting, which would explain why it works the one way only.
If this is an event macro that runs every time you select a cell in the target range, you may also want to toss these in around the entire code:
Put the first line at the very top, and the second at the very bottom (just inside the sub declaration and end). That way, if your code ever selects another cell in that range in order to do something, you won't endless loop.
Hope that's what you were asking.
Bookmarks