Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
  • Avatar do usuário
#14339
Código: Selecionar todos

Private Sub btPesquisar_Click()

Plan19.Visible = True
Plan19.Activate
Plan19.Select

Plan19.Range("B2").Select

With ActiveCell
Do While ActiveCell <> ""
    If .Value = tbNome.Text And .Offset(, 4).Value = cbData.Text Then
    
       tbCodigo.Value = .Offset(, 1).Value
       tbNA.Value = .Offset(, 2).Value
       tbQTD.Value = .Offset(, 3).Value
       tbRelEs.Value = .Offset(, 5).Value
       tbArea.Value = .Offset(, 6).Value
       tbPermissao.Value = .Offset(, 7).Value
       
       ActiveCell.Offset(1).Select
    
    Else
    ActiveCell.Offset(1).Select
    End If
Loop
End With

End Sub


Só funciona se o que eu pesquiso vem da primeira linha.
Se vem de qualquer outra linha não funciona.
O problema em especifico é que quando termina o loop o " If .Value = tbNome.Text And .Offset(, 4).Value = cbData.Text Then" Não atualiza.
Preciso que ele se atualize a cada linha de código.
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord