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")
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