Hi,
in dieser Zeile steckt der Fehler:
Set collection = workspace.PickListCollection(1, True, sourceServer, sourceDBName,sourceView,"Titel", "Bitte Dokument(e) wählen")
muss heissen
Set collection = ws.PickListCollection(1, True, sourceServer, sourceDBName,sourceView,"Titel", "Bitte Dokument(e) wählen")
oder du änderst die Dim-Anweisung von ws in workspace
Axel