Diane,
Thank you very much for replying. Using Office 2019.
This is the best I can remember. In Aug 2021 I searched for a way to create a calendar document. I didn't find a wizard like I thought I remembered so I searched around on the internet. I honestly can't remember if I found it on Microsoft support or via Word itself. I created the document for August 2021 and as part of this process the Calendar Tab came with it. I didn't so anything special with Macros, or anything like what you list below. Each month I would copy my file for the next month and change the date with the Calendar tab.
I recently lost my computer (motherboard issue) and cannot get access to it. Thankfully I backup all of my personal files to an external drive so I am pretty much ok. However, I had to install Office 2019 so any templates, files, etc that were stored with word itself are lost.
I have to say that I'm just a simple user of Word and don't really understand some of what you are telling me to do. I do see the Macro settings, but not so sure about this stuff. Is is possible for you to give me more detailed step-by-step instructions as I'd love to have this back?
Sub OpenDoc()
Dim strFile As String
strFile = "C:\path\to\template.dotx"
Documents.Add Template:=strFile, NewTemplate:=False, DocumentType:=0
End Sub
.....
The page it in a module in normal.dotm. Then customize the ribbon to add the macro to the ribbon.
Thank you again!!!