comment testé si un objet a été créé?

comment testé si un objet a été créé? - VB/VBA/VBS - Programmation

Marsh Posté le 09-07-2004 à 22:13:22    

voila je cherche a testé si mon objet a été créé avec une instruction
If objetCrééExist=oui Then ...
Else MsgBox ("Ok" )
End If
 
merci de votre aide :jap:

Reply

Marsh Posté le 09-07-2004 à 22:13:22   

Reply

Marsh Posté le 09-07-2004 à 22:23:15    

Code :
  1. If Not MyObject Is Nothing Then
  2.   MsgBox "Objet créé"
  3. End If


Message édité par mareek le 09-07-2004 à 22:23:34

---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
Reply

Marsh Posté le 09-07-2004 à 22:34:52    

merci ça marche nickel :jap:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed