Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you can put something like this in a file that excel loads at startup:
Application.CommandBars("Edit").Controls("Delete.. .").Enabled = False The above command disables the delete option under the edit menu. You can then hide the file that excel loads at startup so that the users can't find it to change it. Rui "Bill Murphy" wrote in message ... End users can manually run macros or record new ones by selecting Tools/Macros while in the workbook. Is there a way to password protect the Macros choice on this menu so that only the system administrator or other authorized users can do this? Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I prevent users from changing macros? | Excel Discussion (Misc queries) | |||
Training: More on how to use macros in Excel: Recording Macros | Excel Worksheet Functions | |||
How do I make the Stop Recording bar pop up when recording macros | Excel Worksheet Functions | |||
prevent users from overwriting other users data | Excel Worksheet Functions | |||
Prevent users from running macros | Excel Programming |