roelandwatteeuw
Board Regular
- Joined
- Feb 20, 2015
- Messages
- 89
- Office Version
- 365
- Platform
- Windows
Hi all
I have a worksheet with a table. When adding a new line in a non-protected sheet, the table expands automatically.
When the file is protected - with rights to add a new line and writing on a new line - the range of the table doesn't change.
e.g.:
I have data in rows 1 to 10 in a protected file --> table range = rows 1 to 10
I want add new data on row 11 --> table range stays 1 to 10
I need this because the formulas from certain columns have to be copied.
And the file has to be protected to prevent changing/deleting the formulas.
Is there a way (in vba) to auto-expand the table?
Thx!
I have a worksheet with a table. When adding a new line in a non-protected sheet, the table expands automatically.
When the file is protected - with rights to add a new line and writing on a new line - the range of the table doesn't change.
e.g.:
I have data in rows 1 to 10 in a protected file --> table range = rows 1 to 10
I want add new data on row 11 --> table range stays 1 to 10
I need this because the formulas from certain columns have to be copied.
And the file has to be protected to prevent changing/deleting the formulas.
Is there a way (in vba) to auto-expand the table?
Thx!