Support > Forums > OpenBots Studio > Error "HRESULT: 0X800A03EC

Error "HRESULT: 0X800A03EC

Alberto Zamora

  • Reporter
  • Calender Icon February 02,2023 at 4:56 PM

Hello OpenBots team.

I am trying to save a table in an excel sheet, the table only contains the column headers, but when the command is executed it gives me the following error "HRESULT: 0X800A03EC", it is worth mentioning that within the command configuration, the option "Add Headers" is set to "Yes".

I use OpenBots Studio 1.8.1, and I already downloaded version 1.8.6 of Microsoft commands

How do I save the table with only headers without getting this error?

Thanks

This forum has 314 topics, 681 replies, and was last updated 25 days ago by Support Agent

Nicole [OpenBots]

  • Participant
  • Calender Icon February 02,2023 at 8:06 PM

Hi alberto-15-30,

​Please note that the Studio version needs to match the command package version. If you are currently in Studio v1.8.1, all linked packages must also be v1.8.1.

Now, the Excel Get Range command does not allow empty data tables as input. However, you can get the excel range and set the "Add Headers" field to "No". This will create a data table with the extracted column values in the first row.

Once you have this information, you can use C# or data table commands to make a new data table using the values of the first row as headers.

Hope this helps! ​

You are not authorized to reply, please click here to login and add your reply to this topic.