Hi
I program Word from .NET
There is a bookmark defined in a template that covers some text, a page
break and a table. They are all in the bookmark range.
Depending on a condition, everything covered by the bookmark should be
excluded or not. The following line of code does however not do the
trick:
this.oWordDoc.Bookmarks.Item(ref oBookmark).Range.Text = "";
Does anyone know how I can resolve this ?
Any help appreciated.
Howard Kaikow - 30 Aug 2005 22:50 GMT
u cannot have a space in a bookmark name.

Signature
http://www.standards.com/; See Howard Kaikow's web site.
> Hi
>
[quoted text clipped - 12 lines]
>
> Any help appreciated.