Live-Forum - Die aktuellen Beiträge
Anzeige
Archiv - Navigation
764to768
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
764to768
764to768
Aktuelles Verzeichnis
Verzeichnis Index
Verzeichnis Index
Übersicht Verzeichnisse
Inhaltsverzeichnis

Excelabsturz bei Unload

Excelabsturz bei Unload
24.05.2006 05:43:44
otto
Hallo Leute,
hier nochmal meine Frage warum es bei "Unload Reklamation" zu einem Excel-Absturz kommt.

Private Sub CommandButton1_Click()
Unload Warten
Call Tabelle
Cells.Find(What:=Label4.Caption, After:=ActiveCell, LookIn:=xlValues, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False).Activate
Rows(ActiveCell.Row).Select
Liste.Hide
Unload Reklamation
Reklamation.Show
End Sub


Private Sub Tabelle()
If Reklamation.ComboBox5.Value = "2002" Then
Sheets("extern'02").Select
Label100.Caption = "extern 2002"
Reklamation.ComboBox4.Value = ""
ElseIf Reklamation.ComboBox5.Value = "2003" Then
Sheets("extern'03").Select
Label100.Caption = "extern 2003"
Reklamation.ComboBox4.Value = ""
ElseIf Reklamation.ComboBox5.Value = "2004" Then
Sheets("extern'04").Select
Label100.Caption = "extern 2004"
Reklamation.ComboBox4.Value = ""
ElseIf Reklamation.ComboBox5.Value = "2005" Then
Sheets("extern'05").Select
Label100.Caption = "extern 2005"
Reklamation.ComboBox4.Value = ""
ElseIf Reklamation.ComboBox5.Value = "2006" Then
Sheets("extern'06").Select
Label100.Caption = "extern 2006"
Reklamation.ComboBox4.Value = ""
End If
If Reklamation.ComboBox4.Value = "2002" Then
Sheets("intern'02").Select
Label100.Caption = "intern 2002"
Reklamation.ComboBox5.Value = ""
ElseIf Reklamation.ComboBox4.Value = "2003" Then
Sheets("intern'03").Select
Label100.Caption = "intern 2003"
Reklamation.ComboBox5.Value = ""
ElseIf Reklamation.ComboBox4.Value = "2004" Then
Sheets("intern'04").Select
Label100.Caption = "intern 2004"
Reklamation.ComboBox5.Value = ""
ElseIf Reklamation.ComboBox4.Value = "2005" Then
Sheets("intern'05").Select
Label100.Caption = "intern 2005"
Reklamation.ComboBox5.Value = ""
ElseIf Reklamation.ComboBox4.Value = "2006" Then
Sheets("intern'06").Select
Label100.Caption = "intern 2006"
Reklamation.ComboBox5.Value = ""
End If
End Sub

Gruß otto

1
Beitrag zum Forumthread
Beitrag zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
AW: Excelabsturz bei Unload
25.05.2006 10:00:03
Gerd
Hallo Otto,
ich gehe mal davon aus, dass deine Userform vor "unload" geladen war.
Das Problem hatte ich auch schon.
Anscheinend geht "aus" u. "ein" in der selben Prozedur nicht.
Versuche es mal mit zwei Makros.
Gruß
Gerd
Anzeige

Links zu Excel-Dialogen

Beliebteste Forumthreads (12 Monate)

Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige