Hello
Si j'ai bien pig� ton combobox est un champ de ton document Word ?
Est-ce que via une macro sous Word tu arrives � modifier ton combobox ??
Par exemple avec un truc du genre
Selection.FormFields("Dropdown2").DropDown.ListEntries.Add Name:="321313"
Sous Builder �a devrait donner quelque chose comme (non test�!)
vMSWord.OlePropertyGet("Selection").OlePropertyGet("FormFields").OleFunction("Items", "DropDown2").OlePropertyGet("DropDown").OlePropertyGet("ListEntries").OleProcedure("Add", "xxx", 0);
Partager