Einzelnen Beitrag anzeigen
Alt 07.10.2004, 16:10   #3
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Ich programmiere z.B. ab und zu VBA, aber nur mit Excel

Gibt's in Outlook auch den VBA-Editor?
Die Hilfe dazu ist sehr brauchbar.
An sich müsste es doch gehen dem Button bei onClick eine Funktion zuzuweisen, die dann die 'ComboBox_xy.Enabled = False' setzt.

Das fubnktioniert bei mir problemlos:
Private Sub CommandButton1_Click()
UserForm1.ComboBox1.Enabled = False
End Sub

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten