Einzelnen Beitrag anzeigen
Alt 23.07.2001, 11:33   #1
SNo0py
Inventar
 
Registriert seit: 08.02.2000
Beiträge: 1.696


Daumen runter DRINGENDES VB-Problem!!!

Folgender Code wurde von mir verbrochen:

===
Dim x As a2e_ini.Value
For Each x In GlobalOptions.Sections(1).Values
Debug.Print x.Data
Next x
===
a2e_ini.Value ist eine eigene Klasse
Globaloptions.Sections(1).Values ist eine eigene Collection der Klasse Value

ABER:
Dieser Code hat schon einwandfrei funktioniert und jetzt bekomme ich immer "438 - Objekt unterstützt diese Eigenschaft oder Methode nicht" in der 2. Zeile (For each...) --> WARUM?? Des hat doch schon mal gefunkt.... :-(
____________________________________
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
SNo0py ist offline   Mit Zitat antworten