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
#40573
Bom dia, colegas.

Como fica a transcrição dessa fórmula para VBA?
Código: Selecionar todos
SE([@Data]<>"";TEXTO([@Data];"dd");"")
Seria algo mais ou menos assim:
Código: Selecionar todos
With Tabela_Recibos
        .Range(1, 1).Value = MaxNumber
        .Range(1, 4).Value = Date
        .Range(1, 5).Value = 0
        .Range(1, 6).Value = "-"
        .Range(1, 14).Value = "=if([@Data]<>"""";format[@Data];""dd"");"""")"
    End With
Ou assim:
Código: Selecionar todos
With Tabela_Recibos.ListColumns("Dia").DataBodyRange
        .FormulaLocal = "=if([@Data]<>"""";format[@Data];""dd"");"""")"
    End With
Não sei como trancrever... seria para que se o campo data de uma tabela estivesse vazio o campo dia da mesma linha também deve retornar vazio... caso esteja preenchido retornar somente o dia.

Obrigado.
Por osvaldomp
#40578
Testaí ...
Código: Selecionar todos
.Range(1, 14).Formula = "=IF([@Data]<>"""",TEXT([@Data],""dd""),"""")"
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