View Single Post
 
Old 08-17-2022, 08:18 PM
karlkras karlkras is offline Windows 10 Office 2019
Novice
 
Join Date: Aug 2022
Posts: 1
karlkras is on a distinguished road
Question Sanity check on a macro requirement.

I've received a request from my upper management that is wanting the following macro that needs to do the following (it's been a long time since I've worked with vba):

Run a macro that inserts page breaks into a document at every N number of words in the file.
For example, given a word count boundary of 1000 words, starting at the beginning of the file, enumerate through and at every word boundary insert a page break.

I don't see any built in "goto word position" in Word so I'm guessing simply recording a macro to do this isn't possible.

It sounds doable, but just wanted to get an idea of level of difficulty involved and any hurdles (outside of having to refamiliarize myself with the vba development environment) this would impose.

thanks in advanced for any help on this.
Reply With Quote