How to Handle Popup message box while opening Excel file

Hello Team,

I need to open a excel file and write some data. While opening an excel file(opening the file takes 2 minutes because of data load) I am getting a popup which I am unable to handle. did anyone faced such situation and what is the solution?
excel_popup

Hi @Natarajan_Manojkumar ,

You can use parallel activity for this.

On left use excel write range and on right use click activity by enabling Continue on Error property.

Hope this will work.