C
Charu Tevari
In Word 2003, suppose I have a table with 1 row of 4 cells and I have a
comment spanning cells 2 and 3. Then the range returned by comment.scope is
not the range of cells 2-3 but the range of the entire row.
Can anyone verify this and suggest a workaround? I'm considering duplicating
the the comment and applying it to each cell individually but this is rather
clumsy.
By way of background, this is for an application to construct complex
insurance documents with lots of conditional text. I'm encoding the business
logic for each conditional fragment by in a comment so that the business
rules can be entered by non-programmers. I considered using xml tags but the
last time I looked (about a year ago) the process of changing the schema that
would be needed as the document changed was too clumsy to be useful.
-Charu
comment spanning cells 2 and 3. Then the range returned by comment.scope is
not the range of cells 2-3 but the range of the entire row.
Can anyone verify this and suggest a workaround? I'm considering duplicating
the the comment and applying it to each cell individually but this is rather
clumsy.
By way of background, this is for an application to construct complex
insurance documents with lots of conditional text. I'm encoding the business
logic for each conditional fragment by in a comment so that the business
rules can be entered by non-programmers. I considered using xml tags but the
last time I looked (about a year ago) the process of changing the schema that
would be needed as the document changed was too clumsy to be useful.
-Charu