Hi Team,
I need Macro to show "Completed" note after Excel calculations are finished. In my below code, the Pop-up is showing immediately before the excels calculation are completed.
Sub Data()
Application.Calculation = xlManual
Application.ScreenUpdating = False
Call Data1
Call Data2...