Insert Row on Every Page

  • Thread starter Thread starter PaulFincannon
  • Start date Start date
P

PaulFincannon

Hi,

Is there a way to insert a row and have it automatically inserted on
each page that follows? I know how to have the repeat row at top, but
is there a way to insert a row for every 25 rows, for example?
Thanks!
 
This kind of thing becomes a lot easier if you take away the each page request.

If you were to ask how you can insert a row after rows 25, 75, 125, 175, etc,
then it's pretty straight forward.

But if you really want to base it on your pagebreaks, you could look for each
pagebreak, count down 25 and insert the new row.

But if the pagebreaks are automatic, then you could be changing them.

You wanna change your question??? <vbg>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top