D
David Thielen
I am walking all content controls in the document using:
foreach (ContentControl ctrl in range.ContentControls)
On some of them I get:
+ $exception {"This predefined bookmark is
available for the active document only."} System.Exception
{System.Runtime.InteropServices.COMException}
when I try to access ctrl.Range.
These are content controls I created and added to the document. Why do
I get this error?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
foreach (ContentControl ctrl in range.ContentControls)
On some of them I get:
+ $exception {"This predefined bookmark is
available for the active document only."} System.Exception
{System.Runtime.InteropServices.COMException}
when I try to access ctrl.Range.
These are content controls I created and added to the document. Why do
I get this error?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm