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.