By Tatag Yudha Pamungas on Wednesday, 02 August 2023
Posted in VBA Development
Likes 0
Views 627
Votes 0
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.
View Full Post