excel - Dynamic Frozen Panes Titles -


so in excel have been asked change excel file incorporate dynamic titles above frozen pane. idea header says january since first month, when user scrolls february data title should change february.

i have tried start writing macro , closest making frozen pane header drop down, searching contents of header cell , making first cell in column below header contains actual month being shown , i'm having trouble getting work; can't debug syntax. great! think if can dropdown selection basis of search makes first instance of search criteria in column below active cell , scroll located below frozen pane.

range("e1").select dim selekt variant selekt = range("e1").select selection.copy (selekt) cells.find(what:=selekt, after:=abc, lookin:=xlformulas, _     lookat:=xlpart, searchorder:=xlbyrows, searchdirection:=xlnext, _     matchcase:=false, searchformat:=false).activate 

have @ window.visiblerange. still have event fire, though.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -