iLogic to tick Excel Tick box

iLogic to tick Excel Tick box

youann21700
Advocate Advocate
520 Views
2 Replies
Message 1 of 3

iLogic to tick Excel Tick box

youann21700
Advocate
Advocate

I am using a form to complete an excel sheet. Currently I am using True/False labels in certain boxes, ideally I would use tick boxes. Is it possible to get iLogic to operate excel tick boxes?

0 Likes
Accepted solutions (1)
521 Views
2 Replies
Replies (2)
Message 3 of 3

A.Acheson
Mentor
Mentor
Accepted solution

Hi @youann21700 

Here is a VBA method to read/write to excel cell checkbox.  Assuming this is what you have a checkbox for manual operation on an excel sheet and you want to programically change?

 

Are you starting from a local I logic form? If so you can just use the parameters true false status to trigger a rule.N the rule you need to open excel, find the check box cell and change the checkbox status.

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes