I'm using Office 365. Trying to save each of my named ranges in Excel as their own separate Word docs (docx). I get this error 438 in the line I highlighted in Red. Any help appreciated. It seems like the issue is with wdDoc or activeDocument?
Sub CopyWorksheetsToWord()
Dim wdApp, wdDoc, nm As...