Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Invalid use of Null (Error 94)
See Also Specifics
Null is a Variant subtype used to indicate that a data item contains no valid data. This error has the following cause and solution:
You are trying to obtain the value of a Variant variable or an expression that is Null. For example:
MyVar = Null For Count = 1 To MyVar . . . Next CountMake sure the variable contains a valid value.
For additional information, select the item in question and press F1.