Hi All,
I am using UiPath.Excel.Activities version v2.22.4.
The activity “Excel Application Scope” has a property named “Start as process”
What difference if I set to True or False?
I cannot find any reference from Google, or
Thanks
Hi All,
I am using UiPath.Excel.Activities version v2.22.4.
The activity “Excel Application Scope” has a property named “Start as process”
What difference if I set to True or False?
I cannot find any reference from Google, or
Thanks
Hie @KennyLee hope this help you to understand the difference
True
, UiPath starts a new instance of Excel as a separate process. This means that the Excel application is launched independently of any existing Excel instances that may be running on the machine.False
, UiPath tries to connect to an existing instance of Excel if one is already running. It will use this existing instance to open or manipulate the workbook specified in the activity.Choosing Between the Two:
True
(Start as Process) when: You need to ensure that your workflow operates in a controlled and isolated environment, or if you encounter issues with interacting with existing Excel instances.False
(Start as Process) when: You want to reuse an existing Excel instance to save resources or if your workflow requires interaction with workbooks that are already open in an existing Excel session.Mark this solution if it finds your solution
cheers Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.