Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/02/2007, 11:27
ideasking
 
Fecha de Ingreso: junio-2006
Mensajes: 240
Antigüedad: 18 años, 7 meses
Puntos: 1
Re: Dudas sobte excel

abrahamvj intente usar su ejemplo pero me genera error de compilacion en este segmento del codigo:

fila = ActiveCell.Row
ActiveCell = Val(TextBox5)
Range("b" + fila) = TextBox1
Range("c" + fila) = TextBox2
Range("d" + fila) = TextBox3
Range("e" + fila) = ComboBox1
Range("f" + fila) = Val(Round(TextBox4, 0))
Unload UserForm1
Worksheets("hoja1").Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
Worksheets("hoja2").Activate


Lo que te resalte en azul, me dice que no se ha definido Sub o Funcion.
Que puede ser?