Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-29-2016, 02:44 AM
trent.bourne trent.bourne is offline Change Macro so it does not refer to "Active Document" Windows 10 Change Macro so it does not refer to "Active Document" Office 2013
Novice
Change Macro so it does not refer to "Active Document"
 
Join Date: Oct 2016
Posts: 1
trent.bourne is on a distinguished road
Exclamation Change Macro so it does not refer to "Active Document"

Hey Guys,

I need help changing this macro so that it runs in the background and does not chuck out an error as the document opens in the background.

I would prefer if I could add some code to bring the document to the front.

The code is

PHP Code:
Private Sub Document_Open()



'   Show mail merged folders.. not as <<id>>



    ActiveDocument.MailMerge.ViewMailMergeFieldCodes = False





Save the file as an PDF File



    ActiveDocument
.Save

    ActiveDocument
.ExportAsFixedFormat OutputFileName:= _

        
"D:\Users\tmb842\Documents\VMPD\Compleated Documents (Mail Merge Finals)\VMPD - Practice First Contact - GP  Dentists.pdf" _

        
ExportFormat:=wdExportFormatPDFOpenAfterExport:=FalseOptimizeFor:= _

        wdExportOptimizeForPrint
Range:=wdExportAllDocumentFrom:=1To:=1_

        Item
:=wdExportDocumentContentIncludeDocProps:=TrueKeepIRM:=True_

        CreateBookmarks
:=wdExportCreateNoBookmarksDocStructureTags:=True_

        BitmapMissingFonts
:=TrueUseISO19005_1:=False

        

    ActiveDocument
.Close

    

 

End Sub 
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
remove repeated words with " macro " or " wild cards " in texts with parentheses and commas jocke321 Word VBA 2 12-10-2014 11:27 AM
Change "File As" and "Display As" format davesp Outlook 0 10-14-2014 12:10 PM
How to Turn Off Message "Search from the beginning of a document" in a Macro sleake Word 10 10-15-2013 03:43 PM
How to add a "note" which is "active" when doing a powerpoint show Anders PowerPoint 0 01-22-2011 08:47 AM
How do I change the "and" to "or" with multiple Rules (and Alerts)? bschimmel Outlook 0 11-16-2009 05:26 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:57 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft