Hello, i have a question about VBA. if i want to get the name of typical option that already associated in particular typical variant, what code should i use? so basically i want to delete the
association of typical option in a typical variant. I have tried to use .FindObjects(aucObjFunction, aucSearchDeep, aucFctOption, aucAttrDesignation, aucCondEqual, "typical_option_name"
but that function only search an typical option if we put a name of typical option.