It looks like the problem is that Word thinks you still want to add the footer to the first document, as errors occur when it is closed.

Try putting a msgbox in the button's code to display the name of the ActiveDocument.

You said that "the button acts like it doesn't fire the click event" - putting a msgbox in will tell whether the event fire or not as well.