Writing a header from the value of a column in Excel [closed]
Want to improve this question? Add details and clarify the problem by editi开发者_开发知识库ng this post.
Closed 9 years ago.
Improve this questionMy Excel sheet has 500 pages. In column 'm' is the country name such as Japan, Germany etc. but it is the same in each page. When it changes country it inserts page breaks I have limit of print area I want this country printed on the header of the page.
AFAIK, you cannont set a custom header on each page (you could probably find a very heavy solution through vba but that would be an ugly one).
Maybe, you could adapt your worksheets to print head row on every page: http://www.lytebyte.com/2009/08/18/how-to-print-first-row-or-header-row-on-every-page-in-excel/
精彩评论