Excel - DESPLAZARSE X VARIAS FILAS CON MACRO

 
Vista:

DESPLAZARSE X VARIAS FILAS CON MACRO

Publicado por manuel (10 intervenciones) el 30/01/2007 18:48:48
Hola amigos necesito ver como desplazarme por varias filas
con este código ..ejemplo tengo un botón buscar siguiente
y me desplazo una fila sin problemas a la que continúa se
desbanda el puntero a otra celda.


Worksheets("Entradas").Activate

ActiveCell.Offset(-1, 0).Range("A2").Select

Label1 = ActiveCell
ActiveCell.Offset(0, 1).Select
Label6 = ActiveCell
ActiveCell.Offset(0, 1).Select
Textcaja = ActiveCell
ActiveCell.Offset(0, 1).Select
valor1 = ActiveCell
ejemplo estoy en A2 y al hacer clic en siguiente paso a A3 sin problemas
mostrandome los campos .
A1 A2
Nombre Valor1

Bascur 40.500

Ortiz 28.910
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder