der Code sieht soweit ganz prima aus....
aber es fehlt noch das "FullTrim", sonst kann es sein, das du dir eine überflüssige Leerzeile einfängst (wenn es docs ohne Kategorieeintrag in der Ansicht gibt)
also statt
.
response = ws.Prompt (PROMPT_OKCANCELLIST, _
"Haupt Kategorie", _
"Bitte eine Haupt Kategorie auswählen.", _
"", Arrayunique(listeOfen)).
---
response = ws.Prompt (PROMPT_OKCANCELLIST, _
"Haupt Kategorie", _
"Bitte eine Haupt Kategorie auswählen.", _
"", Fulltrim(Arrayunique(listeOfen)))