参考代码
dim idxs as string = DataTables("某表").GetComboListString("某列")Tables("下拉窗口表").Filter = "某列 not in ('" & idxs.replace("|", "','") & "')"