Hi!
Maybe someone could suggest - if its possible to disable refresh notification tables of Smart View, OBIEE extension?

I'm trying to automate Hyperion refreshing report, but this pop-up kills everything..
Tried to do
Application.DisplayAlerts = False Application.EnableEvents = False
But nothing helps, and after code line :
Refreshing = HypMenuVRefreshAll() runs, this pop-up appears and until it's not closed, VBA is not proceeding with the next code lines.
Any ideas how to stop all types of pop-ups?