How to disable visible excel in modern excel activities while running the bot

Hi Team,
I want the Excel execution in background. How to change the setting in modern design for disable the excel while running the bot in use Excel file activity.
Please let us know.

you might wanna use “Excel Application Scope” to disable visibility.
I dont think “Use Excel File Activity” can do that.

edit:
Oh I see there is an option in project settings to control that behaviour.
Goto Project Settings → Excel Modern → Under “Excel Visibility” → set “Show Excel window” to FALSE. (if required for both run value and debug value).

Regards
SG.

Hi @Surah_Al_Waqiah ,
How to go in Excel application setting in the modern design?

Hi @golla.sandeep ,
I want to know in modern design. Excel application scope its a classic activity.

understood… Pls check my earlier comment now.

Hi @golla.sandeep ,
this setting has been done but also same issue excel is open while execution.

Both debug and Run values are set to false?

yes. I am using excel package - 2.24.3

Hey @AsadPathan2665 to hide excel while running your process you can go to the excel process scope activity property section and in the option section in the last option where
show excel window option show set it as false so it help to run process without showing the excel and if your process support background process you can enable the setting in the project setting. its a additional tip .

cheers Happy Automation.