Forum Discussion
MS Word is throwing up 'Error 4608' I haven't a clue what to do.
- Mar 09, 2026
If you put a ' at the start of the line that is in yellow, it will stop you getting the error message. I recommend trying Stefan's suggested language instead.
Note, this is the same as erasing that line. Word will ignore it. This lets you figure out what the problem is. Stefan's suggestion may fix things so it works as intended.
Well, I can't explain exactly why you are having this issue but I can say that if your process has worked before then each time you saved your previous log file, Word created a bookmark named "macroMarkHere" at the selection point of the active document. Without access to your entire VB project (it appears that you have a lot of template add-ins loaded) it is impossible to pinpoint what might be the cause.
I assume that somewhere in your project either the document or in a class module you have an event "Close, DocumentBeforeSave, etc." that is calling the markSpot function that you have highlighted and the "ActiveDocument" that function refers to is no longer available.