How to retrieve check box from Excel in UiPath

How to read the value of CheckBox from Excel in UiPath.
CaptureForCheckBox

1 Like

You won’t be able to do this directly from existing UiPath activities. You might need to create a custom activity. Refer the link below.

Hi @sithulinhtut … Did you get any solution to your question? I am trying to do the same.

regards,

Please find the below methods.

  • Method1: Using Macro. Please check the below link. You can write a Macro and use Invoke Macro Activity to implement it.Macro to Read Checkbox
  • Method2: Use Image Exist Activity.

Credit- Vivek_Arunagiri

1 Like

thank you I will check them, but I would like which of them are you using? wich method do you think is better?