Re: $$Excel-Macros$$ VBA to save each page of a mail merge document seperately

2016-03-19 Thread Ashish Koul
Sub export_as_pdf() Dim WordDoc As New Word.Document Dim WordApp As New Word.Application Set WordApp = CreateObject("Word.Application") WordApp.Visible = True Set WordDoc = WordApp.Documents.Open(ThisWorkbook.Path & "\xyz.docx")

RE: $$Excel-Macros$$ VBA to save each page of a mail merge document seperately

2016-03-19 Thread gargee singh
Hello everyone, Sorry forgot to share the file . Thanks and Regards, Gargee Singh From: garge...@hotmail.com To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ VBA to save each page of a mail merge document seperately Date: Wed, 16 Mar 2016 18:50:06 +0530 hello Group, Need help