Hello all,
I have a button that goes to a specific cell but the cell is shown at the bottom of the screen and not the top. It's a little nit-picky of me to want it at the top, but at the same time, it's been bothering me so I was wondering if there was a code to display the cell at the top of the screen. Currently I'm using the code
Thanks,
Scott
I have a button that goes to a specific cell but the cell is shown at the bottom of the screen and not the top. It's a little nit-picky of me to want it at the top, but at the same time, it's been bothering me so I was wondering if there was a code to display the cell at the top of the screen. Currently I'm using the code
Code:
Application.GoTo(Sheets("Sheet Name").Range("Cell#"))
Scott