Hello There,
I would like to know how to insert (n) number of rows in a given table using VBA.
There are 3 worksheets. Each worksheet has one table. In some of the columns it has formulas.
Sheet1 has Table1
Sheet2 has Table2
Sheet3 has Table3
Old data/rows from the tables are deleted. This new process will insert new rows based on the below variable:
NumberofRowstoInsert as Integer 'Eg. This gets a value 10
The control should go on the first row of the table and insert 10 rows below. It should do the same for the other tables as well.
Could you please advise, how this can be done?
Thanks & regards,
Don
I would like to know how to insert (n) number of rows in a given table using VBA.
There are 3 worksheets. Each worksheet has one table. In some of the columns it has formulas.
Sheet1 has Table1
Sheet2 has Table2
Sheet3 has Table3
Old data/rows from the tables are deleted. This new process will insert new rows based on the below variable:
NumberofRowstoInsert as Integer 'Eg. This gets a value 10
The control should go on the first row of the table and insert 10 rows below. It should do the same for the other tables as well.
Could you please advise, how this can be done?
Thanks & regards,
Don