View Single Post
 
Old 08-29-2014, 02:14 AM
kramer74 kramer74 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Aug 2014
Posts: 4
kramer74 is on a distinguished road
Default

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.
Reply With Quote