So at the moment I have a macro that creates a series of pdf files and saves them in a folder, and it works fine but when I do "ScreenUpdating off" then every time a file is being saved a Bar showing that the file is being saved is opened and it does not close on its own.
I already tried doing
Application.DisplayAlerts = False
but it does not solve the issue, the bar still appears for each file and it wont close
Note:
I just tried
Application.DisplayStatusBar = False
but its not working either