ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Controls in protected sheet don't response!!! (https://www.excelbanter.com/excel-programming/442574-controls-protected-sheet-dont-response.html)

Rose Tamang 2001

Controls in protected sheet don't response!!!
 
Hi, Geeks!!

1. Can any one tell me if it is possible to activate the controls in the
proctected sheet? One of the control has to delete the rows. I can't!!
2. Any idea to reduce the security level to low through VBA in Excel 2003!!
3. How to protect the sheet from being deleted? I need a VBA code to do this.

Please help!!


Per Jessen

Controls in protected sheet don't response!!!
 
Hi

You can not delete rows etc. in a protected sheet. A solution could be to
wrote a macro which unprotect the sheet, delete the selected row(s), and
protect the sheet again. The macro can be called from a button on the sheet.

To prevent sheet(s) from beeing deleted, you have to protect the workbook
for structure.

Hopes this helps.
....
Per

"Rose Tamang 2001" skrev i
meddelelsen ...
Hi, Geeks!!

1. Can any one tell me if it is possible to activate the controls in the
proctected sheet? One of the control has to delete the rows. I can't!!
2. Any idea to reduce the security level to low through VBA in Excel
2003!!
3. How to protect the sheet from being deleted? I need a VBA code to do
this.

Please help!!



All times are GMT +1. The time now is 03:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com