I want to calculate after refreshing, but it always refreshes after calculating. How could I modify my codes?
Sub macro()
Workbooks(“123.xlsm”).RefreshAll
Calculate
End Sub
I want to calculate after refreshing, but it always refreshes after calculating. How could I modify my codes?
Sub macro()
Workbooks(“123.xlsm”).RefreshAll
Calculate
End Sub