![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/06/2010, 19:57
|
![Avatar de mrocf](http://static.forosdelweb.com/customavatars/avatar174421_2.gif) | | | Fecha de Ingreso: marzo-2007 Ubicación: Bs.As.
Mensajes: 1.103
Antigüedad: 17 años, 10 meses Puntos: 88 | |
Respuesta: Macro VBA Excel Hola! KonnaN
No entiendo que es "eso" de txt_insertar_marca.Value.
Pero si te funciona, aplícalo del siguiente modo:
Código:
Private Sub btn_insertar_Click()
With Range("b" & Rows.Count).End(xlUp).Offset(1)
.Value = 1 + .Offset(-1)
.Offset(, 1) = txt_insertar_marca.Value
End With
End Sub Saludos, Cacho.
Última edición por mrocf; 28/06/2010 a las 12:05 |