i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark.
Bookmark bookmark = document.Range.Bookmarks[bookmarkName];
if (bookmark != null)
{
Comment comment = new Com…...Table, it is throwing the exception...pointing towards the cell inside a table. How to handle that? @alexey...