
25/02/2008, 11:56
|
Usuario no validado | | Fecha de Ingreso: mayo-2006
Mensajes: 42
Antigüedad: 18 años, 11 meses Puntos: 0 | |
Re: Problema con excel y macros O por script:
call prueba
sub prueba()
Dim fso, f1
Set fso = CreateObject("Scripting.FileSystemObject")
If (fso.FileExists("status.vbs")) Then set f1 = nothing: set fso = nothing: wscript.echo "Existe" : exit sub
Set f1 = fso.CreateTextFile("status.vbs", True)
end sub |