I want to write code in the Worksheet Activate event.
What I want to happen is have cell AY133, for example, always be the first cell shown in the left hand corner (it happens to be the company name).
When I just write code (Range("AY133").select) it doesn't always make the cell the top left cell.
What code to I have to add to make sure this section is always shown?
thanks