maheshrk81
Board Regular
- Joined
- Jan 5, 2010
- Messages
- 153
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
Application.Calculation = xlAutomatic
MsgBox "Data Updated"
End Sub
Thanks & Regards,
Mahi
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
Application.Calculation = xlAutomatic
MsgBox "Data Updated"
End Sub
Thanks & Regards,
Mahi