Beneindias
Board Regular
- Joined
- Jun 21, 2022
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi guys,
I have a worksheet that have a big table with employee data.
In this table, I have a checkbox where a checkbox is created in column B, in every row (this is done with vba).
But I would need to delete checkbox that are after the table (for everytime that a row is deleted in that table).
This could be done by checking if the checkbox is outside of the table, or if the checkbox is in an empty cell/row (if cell D is empty, it deletes checkbox in that row, for example)
Thank you all
I have a worksheet that have a big table with employee data.
In this table, I have a checkbox where a checkbox is created in column B, in every row (this is done with vba).
But I would need to delete checkbox that are after the table (for everytime that a row is deleted in that table).
This could be done by checking if the checkbox is outside of the table, or if the checkbox is in an empty cell/row (if cell D is empty, it deletes checkbox in that row, for example)
Thank you all