Hello,
The following code does NOT hide the "Opening" Excel file progress bar. It occurs when opening a 2MB Excel file in VBA code on a network server when I remotely access via VPN.
Application.ScreenUpdating = False
Application.DisplayAlerts = False
Thanks!
The following code does NOT hide the "Opening" Excel file progress bar. It occurs when opening a 2MB Excel file in VBA code on a network server when I remotely access via VPN.
Application.ScreenUpdating = False
Application.DisplayAlerts = False
Thanks!