I would like to go to a particular cell in Excel once some VBA code has finished running. I have used Range("A123").Select (and tried .Activate) but the window (which has frozen panes) stays down at line 2,000 even though A123 is active. How do I get the window to physically display the selected cell on line 123?