Error Excel Application Scope

I’m getting error when using excel application scope as below.

image
image

Guide me for solve it please.

Hi @fairymemay

Is the file is opened somewhere?

Or

is it password protected

@prasath_S No, password protected.

My file xaml as below.
MapDataExcel.xaml (10.5 KB)

Also please share the excel file.

HI,

Can you try to use AppIntegration-Excel-WriteRange instead of System-File-Workbook-WriteRange as the following?

img20210409-4

Regards,

@Yoichi Right?

It error on excel application scope same.
image

Hi,

There are 2 Write Range Activity in Studio as the following.

img20210409-5

You use System-File-Workbook-WriteRange in the above image.

I recommned to use AppIntegration-Excel-WriteRange and it must be used inside Excel Applcation Scope. So can you try put it as image in my previous post.

Regards,

1 Like

Can you put the message box above the excel application scope and put excelinputdata variable and show us what is the value coming…

@Yoichi same error.
MapDataExcel.xaml (12.1 KB)

Hi,

Can you try the following?

  1. Can you check if there is any zombie excel process using Task Manger of WindowsOS?
  2. Can you open the xls file manually without problem?

Regards,