Hallo zusammen,
ich frage mich, ob es eine Möglichkeit gibt einen Eingabedialog via Forms-Bib aufzubauen. Mit
Set oForm = CreateObject(„Forms.Form.1“)
Set txtbox = oForm.Controls.Add(„Forms.TextBox.1“, „MyBoxName“, True)
bekomme ich sowas wie eine Userform und das COntrol. Allerdings fehlt dem Objekt die Show-Methode.
Hat jemand ein Beispiel wie man mit VBS eine Userform zusammenbaut oder geht das gar nicht?
Gruss HW