View Single Post
 
Old 03-09-2015, 07:53 AM
Tejas.T Tejas.T is offline Windows 8 Office 2010 32bit
Novice
 
Join Date: Feb 2015
Posts: 6
Tejas.T is on a distinguished road
Default ActiveDocument.ContentControls(ID) not working

I am using ActiveDocument.ContentControl(ID) method very frequently and it works finie.

But due to some reason, it does not work in Word 2007 in attached document.

ID of that Content Control is 2068831631
But I following statement give error saying, Requested member of collection does not exist
Code:
ActiveDocument.ContentControls("2068831631").Range.Select
Can anybody please tell me what is wrong with that content control?

Thanks.
Attached Files
File Type: docx Content Ctrl problem.docx (18.1 KB, 17 views)
Reply With Quote