V
VBA Neophyte
I have a table with rows containing some plain text and some formfields,
including a Yes checkbox. I want to copy selected cells of selected rows of
the table either to the end of the existing doc or to another doc, but only
the rows where the Yes checkbox is checked. Any suggestions?
Example: In this table, some rows (e.g. a high-level header) do not have the
Checkbox row; but if cell 3 of the row contains the Checkbox, then: cell 2 is
plain text, cell 3 is Yes CheckBox formfield, cell 4 is plain text, cell 5 is
an TextInput formfield. If the Yes CheckBox in cell 3 = Yes, I want to copy
cells 2. 4 and 5 to a new table at the end of the document or into a new
table in a new separate document.
including a Yes checkbox. I want to copy selected cells of selected rows of
the table either to the end of the existing doc or to another doc, but only
the rows where the Yes checkbox is checked. Any suggestions?
Example: In this table, some rows (e.g. a high-level header) do not have the
Checkbox row; but if cell 3 of the row contains the Checkbox, then: cell 2 is
plain text, cell 3 is Yes CheckBox formfield, cell 4 is plain text, cell 5 is
an TextInput formfield. If the Yes CheckBox in cell 3 = Yes, I want to copy
cells 2. 4 and 5 to a new table at the end of the document or into a new
table in a new separate document.