David Gioria

David Gioria

 Argentina @davidgioria2 desde - visto
Preguntar

Actividad pública reciente

Ha valorado "Excelente" la respuesta

Excel vba buscar fila con criterio y escribir dato en otra columna

respondió: Prueba lo siguiente: Private Sub CommandButton1_Click() Dim sh As Worksheet Dim f As Range With nombcof If .Value = "" Then MsgBox "Captura un nombre" .SetFocus Exit Sub End If Set sh = Sheets("INFO") Set f = sh.Range("B3:B100").Find(.Value, ,...