Forum Discussion
Excel selects wrong cell
yeah...
I've given up quite a while ago. I tried so many things. Nothing seems to work without error.
Finally I added this macro in my Personal Macro Workbook, gave it a convenient shortkey..
I need to use it a few times a week, depending on the intensity of my Excel use.
Sub FocusCorrectCell()
Application.ScreenUpdating = False
Set myCell = ActiveCell
ActiveSheet.Cells(1, 1).Select
myCell.Select
Application.ScreenUpdating = True
End Sub
- VanheemsAug 18, 2025Iron Contributor
Thanks for sharing this, GuyF25. That might be a great help for people. They can also edit the macro for their personal requirements if necessary.
For me, I'm continuing my tests having seemingly found the issue not occurring if I disable the touchpad. Not a convenient solution for me, but can be helpful if I really want to avoid the error (I just have to work off touchpad only, and unplug mouse, or use mouse only, with touchpad disabled).
I'm sending my finding to the usually useless Feedback Hub, in case it sparks any interest from these profiteering, blasé cretins.