How to Refresh already opened excel using C# code

Sachin_Kharmale

Active Member
Hi VenkataKrishna Telukuntla,

for refreshing the open excel file in blue prism you can add new action in MS Excel VBO and name as Refresh
then obtain a object of workbook and just called the workbook method RefreshAll it will Refresh the data in excel file
Workbooks.RefreshAll.

i hope it will help you.
if you need more help please let me know.
 
Top