P
purplehaz
I have a spreadsheet that has column names in columns A-F, then
data(numbers) in the cells under each column. A totals(sum) section for all
the numbers is at row AA500 - AF500. I also am using split and locked panes
so when you scroll the data portion the column names are always there. The
prob is that the totals are on AA row 500 in excel and its a pain to scroll
to row 500 all the time. Is there a way to write vb code(macro) to set the
focus of the worksheet to certain cells? I want to be able to run a macro
and have it scroll down and over to the totals section and kind of center it
on the screen. I tried ActiveWindow.SmallScroll.... command and it seemed to
work, but not quite how I wanted it. Is there a better way? Thanks.
data(numbers) in the cells under each column. A totals(sum) section for all
the numbers is at row AA500 - AF500. I also am using split and locked panes
so when you scroll the data portion the column names are always there. The
prob is that the totals are on AA row 500 in excel and its a pain to scroll
to row 500 all the time. Is there a way to write vb code(macro) to set the
focus of the worksheet to certain cells? I want to be able to run a macro
and have it scroll down and over to the totals section and kind of center it
on the screen. I tried ActiveWindow.SmallScroll.... command and it seemed to
work, but not quite how I wanted it. Is there a better way? Thanks.