Centering the Active Cell in the Center of the Screen
Posted by PaulC on December 21, 2001 2:45 PM
If your active cell is "A1", and your VBA Code is simply this:
Range("Z1").Select
How do you add to the code to get "Column Z" to appear in the center of your screen, rather than off to the right side of the screen?
There is probably a very simple answer to this question.
Thanks for any help.