Hi,

I need to disable all kinds of messageboxes (warnings, confirmations, alerts) there I work with the application on the background so nothing should be visible

Eventhough I have set :

Application.DisplayAlerts = False

and I open the document as read-only

Workbooks.Open Filename:="C:\Test\myex.xls", ReadOnly:=True


Yet I still get the "Open as read-only" dialog if I try to work with a file that's allready open


My request : disable all dialogs (message boxes)