Thread
:
password protect macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
AidanH
external usenet poster
Posts: 4
password protect macro
should work fine - see
ActiveSheet.Protect Password = "FRED"
ActiveSheet.Unprotect Password = "FRED"
which (rather pointlessly) protects and unprotects a sheet without
doing anything else
Reply With Quote
AidanH
View Public Profile
Find all posts by AidanH