Haha okay next quetion:
I have the below code that im invoking:
ActiveSheet.Shapes.Range(Array(“Check Box 1”)).Select
With Selection
.Value = xlOn
.LinkedCell = “”
.Display3DShading = False
End With
End Sub
How do I change the 1 in “Check Box 1” with a variable that I want to pass in from Uipath? Is this possible?