excel - VBA - Insert rows below a dynamic header -


i looking insert new row below frozen header row @ top of spreadsheet. issue face amount of rows in header ever changing want row inserted @ first line below header. there flag in row says frozen? count amount of rows said flag, add 1 , insert row. helpful.

matt

here are!

sub insertrowbelowheader()     rows(activewindow.splitrow + 1).insert end sub 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -