Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
is there a way to stop users from deleting rows? I need them to be able to insert, change but not delete. thx wAyne_ |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If everyone is using xl2002+, you can set those requirements when you protect
the sheet. If anyone is using less than xl2002, then I think you could protect the sheet, but give the users a macro that would only do what you want. Your macro would unprotect the sheet, do the work and reprotect the sheet. But there are lots of things that can not be done on protected sheets. wAyne wrote: Hi, is there a way to stop users from deleting rows? I need them to be able to insert, change but not delete. thx wAyne_ -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not using XL2002+ .. have it on some computers but not all... damn.
Oh well -- thanks for the info anyway -- I'll just hope they can follow instructions. wAyne "Dave Peterson" wrote: If everyone is using xl2002+, you can set those requirements when you protect the sheet. If anyone is using less than xl2002, then I think you could protect the sheet, but give the users a macro that would only do what you want. Your macro would unprotect the sheet, do the work and reprotect the sheet. But there are lots of things that can not be done on protected sheets. wAyne wrote: Hi, is there a way to stop users from deleting rows? I need them to be able to insert, change but not delete. thx wAyne_ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting rows in a macro in Excel | Excel Discussion (Misc queries) | |||
auto deleting defined rows | Excel Discussion (Misc queries) | |||
How do I stop rows from hiding when sorting a worksheet? | Excel Worksheet Functions | |||
Deleting unwanted and empty rows... | Excel Discussion (Misc queries) | |||
Insert rows | Excel Worksheet Functions |