Solved
Forum Discussion
Colin_McCrae
11 years agoCommunity Hero
If you're using Excel as a COM object you can disable the notifications popups ....
app.DisplayAlerts = False
Should do it in your case.
app.DisplayAlerts = False
Should do it in your case.