Link to home
Start Free TrialLog in
Avatar of deedub84
deedub84Flag for United States of America

asked on

Add a 3 column table to the bottom of a word document using c#

Hi Experts,

I'm attempting to create an ActionsPane in word that will allow users to add comments to a table at the bottom of the document, so that as they are reviewing the document, they can add an entry into the word table by entering the comments in the actionspane and hitting a button.

So how would I go about:
1.  Seeing if a table already exists (lets call it CommentTable); if it does move on to step 2, if not, add the table with 3 columns of 1"; 1",4.5" widths.
2.  Add a new line to the bottom of the table; there will be 3 fields called Section, Reviewer, Comment with data from the actionpane.

Thanks for the help!
Deedub84
ASKER CERTIFIED SOLUTION
Avatar of daluu
daluu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of deedub84

ASKER

Thanks for the tip daluu.  I'm just venturing into the c# world from the vba world and have zero 'court sense' as of yet.  I'll give your suggestions a whirl.