Automate Page Break

G

Guest

Hello, I'm importing a Word Doc into excel that can vary from 10 rows to any
amount of rows. All data gets imported into Column A. Excel's page breaks
don't match up to how the word doc would have it's page break, therefore
making the Excel sheet less readable. The common trait of this word doc is no
matter how long or short it is, it's pagebreak would be equivalent of 49 rows
in Excel. What code could be created to automatically check to see if any
data is present in a group of 49 rows and if there is, create a pagebreak
below. There will always be data in the first 49 rows, but I would like for
it to determine the necessary pagebreaks for the subsequent sections of 49
rows. I'm familiar with VBA, but I'm no good with Loops. Your help is
appreciated.
 
G

Guest

Hi Ron,

Thanks for your link. With minor tweaking of the code to suit my needs, this
works perfectly.

Thanks for the help!
 

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

Top