macmillanpublishers / Word-template

Macmillan's styles and template
ISC License
4 stars 4 forks source link

AttachTemplateMacro #205

Closed senthilmm closed 7 years ago

senthilmm commented 7 years ago

Private Function IsTemplate(ByVal objDoc As Document) As Boolean Select Case objDoc.SaveFormat Case wdFormatTemplate, wdFormatDocument97, wdFormatXMLTemplate, wdFormatXMLTemplateMacroEnabled, wdFormatFlatXMLTemplate, wdFormatFlatXMLTemplateMacroEnabled IsTemplate = True Case Else IsTemplate = False End Select End Function

The "macmillan.dotm" template does not get attached if the source MSWord document is *.doc.