no logro cuadrar los datos en un formulario vb, estos datos se intruducen en una hoja de excel, el cual ya esta resuelto,, pero no puedo cuadrar los offset para q queden bien parejos debajos de los rotulos en el formulario,, y tampoco me listan, cuando llamo un dato,,
hola
no logro cuadrar los datos en un formulario vb, estos datos se intruducen en una hoja de excel, el cual ya esta resuelto,, pero no puedo cuadrar los offset para q queden bien parejos debajos de los rotulos en el formulario,, y tampoco me listan, cuando llamo un dato,,
que tengo q mover para q me queden parejo
adjunto foto
este es el codigo
If ActiveCell.Value = 0 Then
ActiveCell.Offset(0, -50).Select
LISTACLI.ColumnCount = 4
LISTACLI.AddItem
LISTACLI.List(LISTACLI.ListCount - 1, 0) = ActiveCell.Value
ActiveCell.Offset(0, 1).Select
LISTACLI.List(LISTACLI.ListCount - 1, 1) = ActiveCell.Value
ActiveCell.Offset(0, 1).Select
LISTACLI.List(LISTACLI.ListCount - 1, 2) = ActiveCell.Value
ActiveCell.Offset(0, 1).Select
LISTACLI.List(LISTACLI.ListCount - 1, 3) = ActiveCell.Value
ActiveCell.Offset(0, 1).Select
LISTACLI.List(LISTACLI.ListCount - 1, 4) = ActiveCell.Value
ActiveCell.Offset(0, 1).Select
'LISTACLI.List(LISTACLI.ListCount - 1, 5) = ActiveCell.Value
'ActiveCell.Offset(1, -5).Select
Else
ActiveCell.Offset(0, -50).Select
End If
gracias
Editado el por lug barry