I'm setting up a task list with several hundred tasks (each in its own row as you would imagine) and each with its own task number then for each task a column of status buttons "Complete" "Incomplete" "NotStarted" "Waiting on customer"
I want to use radio buttons to set the status. So because there are so many, I've written a little script that will incrementally assign the LinkedCell for each one so that I dont have to do each one by itself. What I had hoped to do is also have it automatically set the GroupName to the associated task number.
The script works GREAT for the LinkedCell value but it errors out when it tries to set the GroupName.
Im using the same syntax for the GroupName as the LinkedCell (.LinkedCell = XXX and .GroupName = XXX)
Is there something special I have to do for GroupName? I really dont want to have to manually assign hundreds of groups.
I want to use radio buttons to set the status. So because there are so many, I've written a little script that will incrementally assign the LinkedCell for each one so that I dont have to do each one by itself. What I had hoped to do is also have it automatically set the GroupName to the associated task number.
The script works GREAT for the LinkedCell value but it errors out when it tries to set the GroupName.
Im using the same syntax for the GroupName as the LinkedCell (.LinkedCell = XXX and .GroupName = XXX)
Is there something special I have to do for GroupName? I really dont want to have to manually assign hundreds of groups.