Forum Discussion
captain-plummet
Mar 06, 2026Copper Contributor
MS Word is throwing up 'Error 4608' I haven't a clue what to do.
Hello, I wonder if anyone can help me here, because I am at a TOTAL los... I have a Word document that I have been updating for a few years, which is a sort of log. It has worked well up until toda...
- 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.
Stefan_Blom
Mar 07, 2026MVP
Try using ActiveDocument.Bookmarks instead:
ActiveDocument.Bookmarks.Add Name:="macroMarkHere", Range:=Activedocument.Range(Selection.Range.Start, Selection.Range.End)