Anzeige
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
Inhaltsverzeichnis

Kleineres Problem mit Sprungmarke

Forumthread: Kleineres Problem mit Sprungmarke

Kleineres Problem mit Sprungmarke
17.01.2007 11:48:12
Christian
Hi Leute,
ich brauch Hilfe. Habe eine UserForm mit zwei OptionButtons und einer ComboBox ausgestattet und möchte das Excel springt, wenn die Bedingung erfüllt ist. Das klappt aben noch nicht. Was habe ich bloß falsch gemacht ?
If ((ComboBox1.Value = ("Mantel")) And (OptionButton3.Value = True)) Then GoTo Mantel_Zugang
If (ComboBox1.Value = ("Bluse") Or ("Hemd")) And (OptionButton3.Value = True) Then GoTo Bluse_Zugang
If ((ComboBox1.Value = ("Mantel")) And (OptionButton4.Value = True)) Then GoTo Mantel_Abgang
If (ComboBox1.Value = ("Bluse") Or ("Hemd")) And (OptionButton4.Value = True) Then GoTo Bluse_Abgang
Anzeige

2
Beiträge zum Forumthread
Beiträge zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
AW: Kleineres Problem mit Sprungmarke
17.01.2007 12:00:25
Rudi
Hallo,
If ((ComboBox1.Value = ("Mantel")) And (OptionButton3.Value = True)) Then GoTo Mantel_Zugang
If (ComboBox1.Value = ("Bluse") Or combobox1.value=("Hemd")) And (OptionButton3.Value = True) Then GoTo Bluse_Zugang
If ((ComboBox1.Value = ("Mantel")) And (OptionButton4.Value = True)) Then GoTo Mantel_Abgang
If (ComboBox1.Value = ("Bluse") Or combobox1.value=("Hemd")) And (OptionButton4.Value = True) Then GoTo Bluse_Abgang
Gruß
Rudi
Eine Kuh macht Muh, viele Kühe machen Mühe
Anzeige
AW: Kleineres Problem mit Sprungmarke
17.01.2007 12:06:22
Christian
Danke Rudi der Schlag auf den Hinterkopf tat weh, aber gut !
;

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige