VBA NAVEGACAO DE REGISTROS NO EXCEL

DANILODEIRO 18/02/2013 21:55:58
#419315
Prezados(a),
Desculpe pelo conteudo da pergunta mas sou bem iniciante .
tenho um form a qual os dados são inseridos no Excel
composto por colunas : COD / PRODUTOS / DATA / QTD
e suas determinadas linhas....
no userform eu tenho as caixas de texto que são : text_cod / text_produto / text_data / text_qtd
qual rotina eu usaria para por nos botões próximo - avançar ?
tentei usar esta :
avançar = avançar - 1
Range([Ô]a1[Ô]).Select
ActiveCell.CurrentRegion.Select
areaCount = Selection.Rows.Count
ActiveWorkbook.Sheets([Ô]Plan2[Ô]).Activate
Text_cod = Range([Ô]a[Ô] & areaCount).Value
text_qtd = Range([Ô]d[Ô] & areaCount).Value
text_nf = Range([Ô]h[Ô] & areaCount).Value
Combo_produto = Range([Ô]b[Ô] & areaCount).Value
text_data = Range([Ô]c[Ô] & areaCount).Value
box1 = Range([Ô]e[Ô] & areaCount).Value
box2 = Range([Ô]f[Ô] & areaCount).Value
box3 = Range([Ô]g[Ô] & areaCount).Value
text_dataretorno = Range([Ô]i[Ô] & areaCount).Value
text_qtdretorno = Range([Ô]j[Ô] & areaCount).Value
text_perda = Range([Ô]k[Ô] & areaCount).Value
box4 = Range([Ô]l[Ô] & areaCount).Value
box5 = Range([Ô]m[Ô] & areaCount).Value
Text_obs = Range([Ô]n[Ô] & areaCount).Value
If avançar >= 1 Then
End If

Mas apenas visualizo o ultimo registro

DANILODEIRO 19/02/2013 20:27:00
#419373
Alguém por favor
Faça seu login para responder