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 arley251
Posts
#30747
Gostaria de uma macro para inserir a informação de uma célula específica na primeira linha em branco de uma coluna específica desde que a célula superior a esquerda esteja preenchida. Até consegui algumas partes, mas me atrapalho na hora de condicionar. A Sub que consegui até agora foi... Sub INDICIPLINADO()
'
Sheets("OI").Select
linha = Range("R25").End(xlUp).Row + 1
Cells(linha, 18).Value = Cells(3, 4)
End Sub

Ela escreve o que está em Cells(3,4), mas sei como por a condição de escrever (colar valor) apenas quando a célula superior a esquerda, ...de cells(linha,18)..., já estiver preenchida
Por mprudencio
Posts
#30748
Se eu entendi

Sub INDICIPLINADO()
'
Sheets("OI").Select
linha = Range("R25").End(xlUp).Row + 1
if Cells(linha-1, 17).Value <> "" then
Cells(linha, 18).Value = Cells(3, 4)
end if

End Sub
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