Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've a workbook which I want to protect. I protected the sheet etc already. But it is still possible to run macro's manually trough the menu bar.ToolMacromacros Can this be turned of when opening the workbook? Thanks in advance. Bernd |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
just name it private and it won't show in the list.
for example: Private Sub test() -- Gary "bernd" wrote in message ups.com... Hello, I've a workbook which I want to protect. I protected the sheet etc already. But it is still possible to run macro's manually trough the menu bar.ToolMacromacros Can this be turned of when opening the workbook? Thanks in advance. Bernd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
or add
Option Private Module to the start of the module -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... just name it private and it won't show in the list. for example: Private Sub test() -- Gary "bernd" wrote in message ups.com... Hello, I've a workbook which I want to protect. I protected the sheet etc already. But it is still possible to run macro's manually trough the menu bar.ToolMacromacros Can this be turned of when opening the workbook? Thanks in advance. Bernd |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, the option Private Module works for me.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tell in UDF if Calced Manually | Excel Programming | |||
Hide Macro's in Toolbar / Macro's list | Excel Discussion (Misc queries) | |||
Does this have to be done manually? | Excel Discussion (Misc queries) | |||
I can only manually update? | Excel Programming | |||
add a reference manually | Excel Programming |