Perform refresh all activity in workbook without opening it.
Note: Cannot use excel application scope activities ( Therefore, cannot use “execute macros” and “send hotkey” activities)
Thankyou !
Perform refresh all activity in workbook without opening it.
Note: Cannot use excel application scope activities ( Therefore, cannot use “execute macros” and “send hotkey” activities)
Thankyou !
You can try with the Refresh in Modern Excel Activities
To enable modern
Go to Activities tab-> Filters-> Modern
You will see the activities for refresh
Refresh Pivot table - For refreshing the particular pivot table
Refresh Excel Data Connection - For refreshing all the connections in the excel file
Steps will be like this
Excel.Sheet("SheetName").PivotTable("Pivot TableName")
Regards
Sudharsan