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.
Por SandroLima
#43374
Boa noite, pessoal

Tenho o seguinte bloco "For Next" em uma Macro.
Código: Selecionar todos
For NumLinha = 1 To TotalLinhas
        If Dados(NumLinha, ColReg) <> "-" And Dados(NumLinha, ColReg) <> "" _
            And Dados(NumLinha, ColStatus) = "Pago" _
                And Dados(NumLinha, ColMes) & Dados(NumLinha, ColAno) = _
                    wshFluxoMensal.Range("MesReferencia_FluxoMensal").Value _
                        & wshFluxoMensal.Range("AnoReferencia_FluxoMensal").Value Then
            LinCriterio = LinCriterio + 1
        End If
    Next NumLinha
Preciso criar uma condição "OU" para a linha:
Código: Selecionar todos
 And Dados(NumLinha, ColStatus) = "Pago"
onde o "Status" pode ser "Pago" ou "Dentro do prazo".
Como coloco essa condição "OU" para Status dentro desse bloco?
Por babdallas
#43378
Tente isso:
Código: Selecionar todos
For NumLinha = 1 To TotalLinhas
        If Dados(NumLinha, ColReg) <> "-" And Dados(NumLinha, ColReg) <> "" _
            And (Dados(NumLinha, ColStatus) = "Pago" or Dados(NumLinha, ColStatus) = "Dentro do Prazo") _
                And Dados(NumLinha, ColMes) & Dados(NumLinha, ColAno) = _
                    wshFluxoMensal.Range("MesReferencia_FluxoMensal").Value _
                        & wshFluxoMensal.Range("AnoReferencia_FluxoMensal").Value Then
            LinCriterio = LinCriterio + 1
        End If
    Next NumLinha
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