refresh all

VJR

Well-Known Member
Hi ashish.kumar21031995,

Using a Code stage at first create an object to set the instance to the required workbook. You will get the code for this if you take a look at any of the other code stages.
If wb is your object name then use that object as wb.RefreshAll.
 
Top