Corregir macro para agregar imagen
Para dante
El primero funciona bien pero lo del optionbutton7 me sale esto:
Sigo las instrucciones que me diste.
- Selecciono el registro en el combobox
- selecciono el option button7
- selecciono imagen y la agrego
- boton agregar/modificar
y luego sale ese mensaje
Hace 12 horas
Me sale marcado en amarillo la quinta línea (negrita)
Sub CargarLista()
cbo_Nombre.Clear
Range("A2").Select
Do While Not IsEmpty(ActiveCell)
cbo_Nombre.AddItem ActiveCell.Value
ActiveCell.Offset(1, 0).Select
Loop
End Sub
1 Respuesta
Respuesta de Dante Amor
1