G
Guest
I am using Excel 97.
I am trying to disable the displaying of alerts, a typical example of this
is when opening a file being asked whether to update links to other workbooks.
I have used
Application.DisplayAlerts = False 'Turn off important messages
in the Private Sub Workbook_Open() in this 'This Workbook' module but it
doesn't seem to work.
In turn I have also tried by adding to each sub() I write and turning them
back on at the end.
Can anyone assist further?
Thanks
I am trying to disable the displaying of alerts, a typical example of this
is when opening a file being asked whether to update links to other workbooks.
I have used
Application.DisplayAlerts = False 'Turn off important messages
in the Private Sub Workbook_Open() in this 'This Workbook' module but it
doesn't seem to work.
In turn I have also tried by adding to each sub() I write and turning them
back on at the end.
Can anyone assist further?
Thanks