![]() |
#11
|
||||
|
||||
![]()
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] |
Tags |
protect, unprotect, vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
vera | Word VBA | 2 | 05-20-2016 07:35 AM |
Protecting document | brucemc777 | Word | 2 | 01-23-2016 02:38 PM |
![]() |
rgburridge | Word VBA | 4 | 01-27-2015 02:37 PM |
Disabling content controls and protecting document sections. | Catty | Word VBA | 2 | 11-29-2013 05:10 AM |
Protecting Word Document by restricting access permissions! | user | Word | 0 | 11-20-2008 01:21 PM |