The problem with that approach is that it will trigger the macro on any field titled 'MethodInspect' - which means that content control in any row. You might get better results by changing:
i = .Range.Tables(1).Range.ContentControls.Count
to:
i = .Range.Tables(1).Range.ContentControls.Count -1
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|