A
AZ
Not sure if this is the right NG?
We have a scenario where the document contains a table
with N number of cells, each of which includes TextBoxes &
nested tables.
The program can deal (populates) with all the bits (custom
merge fields) outside the TextBox by selecting the table
cell and using Range to point to Selection.Range but we
have a problem dealing with the contents of TextBoxes.
How can we overcome this problem?
WdStoryType, covers all levels (stories) within a
document. This applies to the entire document, how can we
apply this to a selected Range (cell)? or is there another
way?
regards
We have a scenario where the document contains a table
with N number of cells, each of which includes TextBoxes &
nested tables.
The program can deal (populates) with all the bits (custom
merge fields) outside the TextBox by selecting the table
cell and using Range to point to Selection.Range but we
have a problem dealing with the contents of TextBoxes.
How can we overcome this problem?
WdStoryType, covers all levels (stories) within a
document. This applies to the entire document, how can we
apply this to a selected Range (cell)? or is there another
way?
regards