Thank you for the help. I see what you mean, even in Word, the Footnotes(Endnotes) option group in the ribbon gets grayed out when comments are active.
I see I can make the document active using:
Code:
Selection.HomeKey Unit:=wdStory
Not sure how to put the cursor back where it was before my script ran, but this will get the job done.