
06/10/2008, 13:43
|
 | | | Fecha de Ingreso: octubre-2004 Ubicación: Monterrey - México
Mensajes: 875
Antigüedad: 20 años, 4 meses Puntos: 8 | |
Respuesta: VB 2005 - error en funcion Hola Laufwerk
Function checkFile(ByVal cellcheck) As Boolean
checkFile = False
If (Range(cellcheck).Value = "") Or (Range(cellcheck).Value = FALSO) Or (Range(cellcheck).Value = "Debes cargar un archivo en esta celda") Then
SetRedMyCell (cellcheck)
checkFile = false
Else
SetWhiteMyCell (cellcheck)
'myFirstCellAreOk = True
checkFile = true
End If
return checkFile
End Function
Intenta con eso, espero que te sea util....
Saludos. |