Thread
:
Disable Save and Save As
View Single Post
#
4
Posted to microsoft.public.excel.programming
Rob
external usenet poster
Posts: 234
Disable Save and Save As
Thanks very much, works a treat. Rob
"PosseJohn" wrote in message
...
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)
Cancel = True
End Sub
Reply With Quote
Rob
View Public Profile
Find all posts by Rob