Quote:
Originally Posted by macropod
Hi Ken,
I've posted a number of macros for you to try in this (merged) thread. Except for some comments re the first one, I've never had any feedback from you as to whether they worked and, if not, what the issue was.
|
Paul
Maybe I missed some, but I've seen only two. My email referred to the first one which begins:
Sub ExtractEndNotes()
Application.ScreenUpdating = False
Dim Rng As Range, i As Long, Doc As Document
With ActiveDocument
I tried the second one but it generated an error message saying something to the effect that it was not working and needed to be debugged. I let the debugger run for quite a long time, but it never produced any results.
I'm far from an expert and I have no idea how to perform a debugging process except to let the process run.
I'd be delighted to re-try any of your suggestions and promptly report the results.
Ken