View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default manually run macro's

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