repeat header row

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shank

    repeat header row

    How can I repeat a header every 'x' number of rows?

    thanks


  • Jon Paal [MSMD]

    #2
    Re: repeat header row

    use an "if" statement to check the count in your "loop".

    when a match occurs for increment then write the header, else write the other.



    Comment

    Working...