Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/03/2014, 09:53
maialenlopez
 
Fecha de Ingreso: abril-2012
Mensajes: 449
Antigüedad: 12 años, 1 mes
Puntos: 7
Error Application-defined or object-defined error

Hola.
Estoy ejecutando una macro nada mas abrir una hoja excel y me lanza el error "Application-defined or object-defined error".
Cuando le doy a debuguear me señala que el error lo tengo en la siguiente fila, y no se xq puede ser.

Código vba:
Ver original
  1. If Sheets("TOTALES").Cells(fila - 1, 1).Value <> "TOTAL:" And Sheets("TOTALES").Cells(fila - 1, 1).Value <> "KPI_DES (1-5):" And Sheets("TOTALES").Cells(fila - 1, 1).Value <> "KPI_INC (1-5):" Then

Alguien me puede ayudar?

Gracias
__________________
Gracias por todo;

Un saludo