I have an Excel workbook in which I have several tables. On my 3 sheets there is some kind of "main" table, which is slightly different from each other.
These tables are 2 rows by default (1 header and 1 row of data) and expand when I add a new row below the existing one. Some fields use formulas that use values ββfrom other tables. However, if, for example, I insert a new value in the field below the last row, adding another row to the table, I want the tables on other sheets to also add another row (and execute the formulas that are in the new row)
This is the sheet in which I have "Soorten Vezels" with their respective "max demping" and "soorten connectoren" with their corresponding "max demping" 
This is the maximum file. 
This is a measurement form, in this form the user does not need to enter anything except the 2 drop-down menus "type kabel" and "type connector" 
What I would like is that when the user, for example, enters the length ("lengte") in the file "maximale demping", a new line is added (the fields "kabelnr", "van" and "Naar" will be automatically populated from the file " gegevens ")
But I would also like the book to add a new line to the measurement form, it automatically fills the fields "kabelnr", "van" and "naar". So I need to select "type kabel" and "type connector" from the dropdown menu.
How to do it (with vba)?
source share