D
Doctorjones_md
I'm trying to create the following -- the final step involves removing ALL
macros from the Active Document when saved
I have a Word.dot that has a variety of BookMarks in it -- PLUS a series of
forms with allow the user to:
a. Fill-In Text Boxes which populated bookmarked areas in the Header and
Body of the Active Document
b. Click Checkboxes and Radio Buttons to add Paragraphs of Text in the body
of the Active Document
c. Click Checkboxes and Radio Buttons to add data to the Active Document
(comprised of 5 columns of data from a Word Table in a separate Word
Document)
The problem I have here is that if I select more than 1 checkbox or
radio-button item, the (5) columns of data from the 2nd selection gets
nested in Cell (1) of the Row that was added to the Active Document in the
1st selection. Is there a way that I can force the code in subsequent
selections to insert a completely NEW row into the table (not nest all 5
cells of NEW data into Row(1) Cell(1) )?
The last thing that needs to occur is for all Macros to be removed from the
Active Document when saving it as a Word.doc -- how can I do this?
Much thanks in advance!
Shane
macros from the Active Document when saved
I have a Word.dot that has a variety of BookMarks in it -- PLUS a series of
forms with allow the user to:
a. Fill-In Text Boxes which populated bookmarked areas in the Header and
Body of the Active Document
b. Click Checkboxes and Radio Buttons to add Paragraphs of Text in the body
of the Active Document
c. Click Checkboxes and Radio Buttons to add data to the Active Document
(comprised of 5 columns of data from a Word Table in a separate Word
Document)
The problem I have here is that if I select more than 1 checkbox or
radio-button item, the (5) columns of data from the 2nd selection gets
nested in Cell (1) of the Row that was added to the Active Document in the
1st selection. Is there a way that I can force the code in subsequent
selections to insert a completely NEW row into the table (not nest all 5
cells of NEW data into Row(1) Cell(1) )?
The last thing that needs to occur is for all Macros to be removed from the
Active Document when saving it as a Word.doc -- how can I do this?
Much thanks in advance!
Shane