That works. We are cruising.
To clarify for posterity, macropod's SplitDocument macro parses Test.docx file of this form:
Text
Text
Text
.pa
Text
Text
Text
.pa
Text
Text
Text
.pa
into a series of separate files Text_1.docx, Text_2.docx, et seq., where each file ends at the next .pa delimiter, and that delimiter itself is removed.
I have one last question. At present, I have to click OK for each file. It's nice that it displays a dialog showing the top of the next file in the series, but the dialog doesn't allow me to scroll, so I can't use it to confirm that we've got a proper break. For that, apparently I'll have to open the several output files individually. And that's fine. But if that's the way it is, I'd just as soon dispense with the manual confirmation.
For that, I suspect we're talking about deleting the MsgBox .Text line. Is that right, and is that all there is to it?
|