View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
And1 And1 is offline
external usenet poster
 
Posts: 20
Default Change the level of protections (MAKRA)

Can I interfere in setting of protections (the level of protections -
MAKRA)??
can I get information about current settings (low, high,...)
can I change the level of protections in event:
Private Sub Workbook_Open()
"If level of protections =High then
Set level of protections =Low
end if"
' and
???
thisworkbook.close savechanges:=true
End Sub

Kind Regards,
Andrzej