Hi All,
yesterday I've been helped beautifully and now I'm stuck again...:confused:
My code now copies ranges from Excel to Word nicely, but I need to add page breaks. If I just run the code
wdDoc.Range(wdDoc.Content.End - 1).InsertBreak Type:=7
it works, but when added to the existing code...