VBS - ouverture fichier excel si existe

VBS - ouverture fichier excel si existe - VB/VBA/VBS - Programmation

Marsh Posté le 18-04-2005 à 09:50:05    

Bonjour,
 
Quelqu'un pourrait il me dire comment je peux faire pour tester avant traitement, l'existence d'un fichier excel connue.
 
Si le fichier toto.xls existe alors
traitement ....
sinon  
creation toto.xls
traitement
fin si
 
 
Merci
 

Reply

Marsh Posté le 18-04-2005 à 09:50:05   

Reply

Marsh Posté le 18-04-2005 à 11:57:19    

salut,
c'est pas joli, joli mais ca marche... [:cupra]
 

Code :
  1. On Error Resume Next
  2. FileExists = ((GetAttr("chemin\toto.xls" ) And vbDirectory) = 0)
  3. If FileExists = vrai Then
  4.     MsgBox ("yes !!!!" )
  5. End If

Reply

Sujets relatifs:

Leave a Replay

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