M
Mark Findlay
I currently have a javascript function that prints multiple Word documents
in a loop via VBA (see pseudocode below)
loop:
oWord.Documents.Open(sFilename,false,true);
oWord.Documents.Item(1).PrintOut(false);
oWord.Documents.Close();
.... but I need to send a PageBreak between each document. Can anyone show me
how to accomplish this?
Many Thanks!
Mark
in a loop via VBA (see pseudocode below)
loop:
oWord.Documents.Open(sFilename,false,true);
oWord.Documents.Item(1).PrintOut(false);
oWord.Documents.Close();
.... but I need to send a PageBreak between each document. Can anyone show me
how to accomplish this?
Many Thanks!
Mark