Hello again,
Am struggling with additional problem within the same routine , when the table is added it contains the previous row's text input.
thought the following would clear it but it does not
I think I need to identify the specific row but have no idea how...
TIA
Am struggling with additional problem within the same routine , when the table is added it contains the previous row's text input.
thought the following would clear it but it does not
Code:
ActiveDocument.FormFields(1).TextInput.Clear
TIA