How do read the Word/Excel checkbox?

Hello

I’d like to get if the checkbox in Word / Excel document is checked or not.
私はWord/Excelドキュメントでチェックボックスのチェックの有無を取得したいです。
How can I get the state of the checkbox with UiPath?
UiPathでチェックボックスの状態を取得するにはどうすればよいですか?

In addition, there are multiple checkboxes of the same name in the file whose status I want to check box.
また、私が取得したいチェックボックスは1つのファイルに複数の同一名のチェックボックスが含まれます。

<e.g.>
DataA DataB DataC
□Test □Test □Test
□Review □Review □Review

I referred to the following topics, but I could not resolve the question.
以下のトピックを参照しましたが、私は疑問を解決できませんでした。

I thank you in advance for your reply.
ご回答よろしくお願いします。
Yuasa

Please refer the below link

Hope this helps.

You could write a macro which checks the status of the Checkbox and writes a value into the corresponding cell. In UIpath you could use “Execute macro” activity to trigger the macro and then use the read range activity to read the data.

Hi yashawwini,

What will be macro to check chekxboxes . Any links?