Re: $$Excel-Macros$$ Continuation of VBA for Excel to Word

2013-10-23 Thread Anoop K Sharma
pls share your file... On Mon, Oct 21, 2013 at 8:51 PM, Justin Pulley wrote: > I don't know how to mark something uncompleted. > > The code works every other time. > > > > Sub CreateReportPDF() > Dim wdapp As Word.Application > Dim wddoc As Word.Document > > Run CopyData > > Set wdapp = Word.Ap

$$Excel-Macros$$ Continuation of VBA for Excel to Word

2013-10-21 Thread Justin Pulley
I don't know how to mark something uncompleted. The code works every other time. Sub CreateReportPDF() Dim wdapp As Word.Application Dim wddoc As Word.Document Run CopyData Set wdapp = Word.Application Set wddoc = wdapp.documents.Add Application.ScreenUpdating = False wdapp.Visible = True