![]() |
#3
|
|||
|
|||
![]()
Thank you, that link solved it!
Would there be a reason then that it doesn't work running a macro in Excel? I have the excel vba as shown below, it will open the source document, but won't run the word macro. But if I run said macro directly through word it does fine. I tried finding a solution, but from what I can tell it should work? Sub Create_Mailmerge_PDF() Set appWd = CreateObject("Word.Application") appWd.Visible = True appWd.Documents.Open Filename:="C:\Users\j***\Source Doc.docx" appWd.Run "Mailmerge_PDF" End Sub |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
gogreen | OneNote | 1 | 07-27-2016 09:38 AM |
![]() |
xdhbsh | Mail Merge | 3 | 12-24-2015 12:23 AM |
![]() |
ottman88 | Mail Merge | 4 | 06-05-2015 03:16 AM |
converting a word document to a data file for mail merge | drsuis | Mail Merge | 4 | 02-21-2013 03:34 PM |
Trying to merge label data from file | ClayShannon | Mail Merge | 0 | 09-16-2009 10:08 PM |