Sub NewRow ()
Schemerige tbl als Lijst
Schemerige rw als Rij
Schemerig cl als Cel
Schemerige ffld als FormField
ActiveDocument.Unprotect 'wachtwoord
Reeks tbl = Selection.Tables (1)
'verwijder EntryMacro uit huidige laatste cel
Plaats cl = Selection.Cells (1)
Plaats ffld = cl. Range.FormFields (1)
ffld.EntryMacro = ""
Vastgesteld rw = tbl. Rows.Add
Voor Elk cl in rw. Cellen
ActiveDocument.FormFields.Add cl. Waaier, wdFieldFormTextInput
Als cl.ColumnIndex = rw. Cells.Count toen
Reeks ffld = cl. Range.FormFields (1)
ffld.EntryMacro = „NewRow“
Eind als
Volgende cl
ActiveDocument.Protect wdAllowOnlyFormFields, Waar ', wachtwoord
Sub van het eind
|