Thread
:
Protect a Macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Zone
external usenet poster
Posts: 269
Protect a Macro
You can use the Private keyword with your macro to prevent it from
showing in the list of macros, such as
Private Sub Macro1()
Reply With Quote
Zone
View Public Profile
Find all posts by Zone