On Error GoTo NEXT

Iniciado por Scratz, 22 Agosto 2007, 22:33 PM

0 Miembros y 1 Visitante están viendo este tema.

Scratz

Hola de nuevo.

Se me plantea una nueva duda. Tengo:

On Error GoTo Siguiente
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "d3d9.dll")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "green.ps")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "red.ps")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "n7cod2.cfg")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.exe")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.ini")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.dll")
Exit Sub


Quisiera saber si hay una forma fácil de decirle On Error GoTo Next, por si no encuentra un archivo, que intente matar el siguiente en vez de mostrar Error. He probado con "Next" pero no resultó.

Gracias ;P
\\... The Revolution Is Comming ...//

yeikos


Scratz

\\... The Revolution Is Comming ...//

ActiveSheet

eso se hace con funciones logicas IF THEN ELSE

pero si ya te resolvieron la duda ni ablar