"ken" <anonymous@disc ussions.microso ft.com> a écrit dans le message de
news:CC22D1CB-23E7-4B64-A0F8-31AAA8A29921@mi crosoft.com...[color=blue]
> hi All.
>
> What does this command dot?
>
> Option Explicit[/color]
When you specify Option Explicit on, you are obliged to declare all your
variables before using them.
Comment