Hi Friends,
How to check the check box is checked or not in excel.
Someone please help me on this
Hi @Ashwinny_Ls ,
As per my knowledge, to check if checkbox is checked or not you can use GetText
. and based on the output value, you can identify if it is checked or not.
There is a activity called Check
Here, there are 3 option at Action properties : Check, uncheck and toggle
https://docs.uipath.com/activities/docs/n-check
Hi @Ashwinny_Ls
You can refer the below posts are well.
Invoking VBA to achieve this.
Hope this will be helpful. Thank you.
Can you plz tell me the steps
Hi @Ashwinny_Ls ,
Try macro to check the check box is checked or not.
Refer below existing link
Regards,
Arivu