Visual Studio Development Bookmark and Share   
 index > Visual Studio Tools for Office > office 2007 word convert doc to docm format?
 

office 2007 word convert doc to docm format?

how can I batch convert word documents with macros that are stored as .doc types to the docm format?
tom-dds  Thursday, October 15, 2009 1:58 PM
Look at Application.SaveAs method. It allows specifying the format you want to save in. Also, you can record a VBA macro when saving the .doc as .docm - this will show the relevant parameter values.
Misha
Misha Shneerson - MSFT  Thursday, October 15, 2009 3:05 PM

You can use google to search for other answers

Custom Search

More Threads

• UserProperties in outgoing email in Winmail.dat
• Develop VSTO addins for different versions
• MailItem's LastModificationTime property doesn't seem to work in Outlook 2007
• Add items into a calendar (Outlook 2007)
• Move between content controls in a Word 2007 doc
• Re: Outlook 2007 RTM FormRegion & InfoPath control
• Assembly not referenced error when using Microsoft.Office.Core.CommandBars?
• Autodate in Datepickercontrol
• print doc file.
• Creating a VSTO 2005 SE Add-In