That's working, thank you!
Unfortunately there are still a couple of queries: -
How do I know where the new documents are going to be saved, as they've ended up in three different folders as I've been using the macro.
Using three test files the last page was missed off in all instances.
One last thing, if it's possible, regarding the filenames. I have changed the following code
Code:
StrTxt = ActiveDocument.Path & Application.PathSeparator & .Text & ".docx"
by removing "ActiveDocument.Path & " so that the path isn't included in the filename, so now I get the filename I want. However, is there a way to remove the first 6 characters from the filename, namely "Abcde ", as this would make it perfect.
Thanks.