Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2011, 05:29
Avatar de titofo
titofo
 
Fecha de Ingreso: septiembre-2008
Ubicación: Córdoba, corazón del país, Argentina.
Mensajes: 203
Antigüedad: 15 años, 7 meses
Puntos: 2
Respuesta: Duda con Cells.Find(...)

Set Obj = Cells.Find(What:=numero, After:=ActiveCell, _
LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, _
SearchDirection:=xlNext, MatchCase:=False)

If Obj Is Nothing Then MsgBox "¡No hay fuente!" Else Obj.Select