2007/9/8, Helge Kraak <[EMAIL PROTECTED]>:
>
>
> Am 08.09.2007 um 23:00 schrieb Cor Nouws:
>
> > There are some things you can do to make it easier/better.
> > - Add some procedures for dull/lengthy tasks;
> > - Option Explicit - a must imo;
> > - Seperators;
> > - Globals in the header (afaik, also a must);
>
> Thanks! Option Explicit was new to me. The other things, well...
> shame on my lazyness to not structure the code properly....
>
> > The one-but last 'Loop' has to be and 'And If'.
> > Pls test :-)
>
> I still don't understand why there has to be an additional 'loop' but
> above all it's important it's working now though I don't understand
> the logic behind this....
As far as I can see, the following If statement doesn't have an EndIf:
If email_aktiv = "True" Then
Zaehler = Zaehler + 1
.
.
.
J.R.
> Thanks again Cor!
>
> Helge
>