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