Setting Bottom Border On Each Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a long worksheet. I want the bottom line on each page to be bold. I
know I could go in and format, but then every time I change the number of
lines, I have to change the format of each page since the bottom line may
change. I really want a line that will go at the bottom of each page, like
the line at the top of each page in the print setup. Thanks for any help.
 
That capability isn't inherent. You would need to use the BeforePrint event
to remove all previous bold lines, then find all the pagebreaks and format
the row above.
 

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