Thanks Hui,You can do that with a small piece of VBA Code
Code:Sub Refresh_All() Application.Calculation = xlCalculationAutomatic ThisWorkbook.RefreshAll End Sub
You can assign that to a Button on the worksheet or QAT icon if required
I think that makes it clear.Note: If you have more than one workbook open, you must repeat the operation in each workbook.
Hi Narayan,Hi ,
This is what the Excel help on this says :
I think that makes it clear.
Narayan