Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50079

[SOLVED] Button to display a cell at the top of the screen

$
0
0
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

Code:

Application.GoTo(Sheets("Sheet Name").Range("Cell#"))
Thanks,
Scott

Viewing all articles
Browse latest Browse all 50079

Trending Articles