Live-Forum - Die aktuellen Beiträge
Anzeige
Archiv - Navigation
836to840
Aktuelles Verzeichnis
Verzeichnis Index
Übersicht Verzeichnisse
Vorheriger Thread
Rückwärts Blättern
Nächster Thread
Vorwärts blättern
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
836to840
836to840
Aktuelles Verzeichnis
Verzeichnis Index
Verzeichnis Index
Übersicht Verzeichnisse
Inhaltsverzeichnis

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

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
AW: Kleineres Problem mit Sprungmarke
17.01.2007 12:06:22
Christian
Danke Rudi der Schlag auf den Hinterkopf tat weh, aber gut !
Anzeige

Links zu Excel-Dialogen

Beliebteste Forumthreads (12 Monate)

Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige