hallo,
Am Mittwoch 26 Oktober 2005 11.12 schrieben *:

> mit IsEmpty() funktionierts jedenfalls - bist Du sicher, dass
> IsNull() die richtige Funktion ist?

hm, nach RTFM schon, also JA, Rename ... :-)):
'tschuldigung, 'Hilfe' ist derzeit bei mir nur in 'en' vorh.:

IsNull Function [Runtime] 
Tests if a Variant contains the special Null value, indicating that 
the variable does not contains data.
<>
Parameters:
Var: Any variable that you want to test. This function returns True 
if the Variant contains the Null value, or False if the Variant 
does not contain the Null value.>
<>
Example:                                 'das Original...
Sub ExampleIsNull
Dim vVar As Variant
msgbox IsNull(vVar)
end sub

IsEmpty Function [Runtime]     'vVar ist initialisiert!
Tests if a Variant variable contains the Empty value. The Empty 
value indicates that the variable is not initialized.
                                                    ----------------

Andreas meldete, dass Win Xp Gleiches anzeigt, was mich nicht 
beruhigt. Benutzer-Eingaben von Dialogen usw. bleiben nun 
ungeprüft. Wieviele Macros spinnen deshalb monatelang?

Grüsse
Wolfgang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Antwort per Email an