Thread: Excel messages
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Adhavan[_2_] Adhavan[_2_] is offline
external usenet poster
 
Posts: 1
Default Excel messages

The excel message appears before it start executing the
Workbook_BeforeSave event, when the save button is clicked.
-----Original Message-----
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As

Boolean,
Cancel As Boolean)
'here your code
End Sub

-----Original Message-----
How to supress the excel default messages...for example

if
my template is a read only and i try to save, it gives a
message like " template is read only choose a different
name to save the template" and shows me Save As box. how
to supress this message so that i cant display my own
message.



.

.