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 Marcioaraujo
Posts
#23457
Galera, boa tarde.
Estou querendo fazer uma macro que execute as seguintes funções.
Quando determinada célula for preenchida com a palavra "SIM", seja copiada a referida linha da planilha "A" e colada em uma planilha "B", e que a referida linha seja excluída da planilha "A".
Estou tentando usar "Cells.Active.Row", mas não está funcionando.
Alguém poderia me ajudar.
Desde já agradeço.
Márcio Araújo.
Por osvaldomp
#23459
Código: Selecionar todos
Private Sub Worksheet_Change(ByVal Target As Range)
 On Error Resume Next
 Application.EnableEvents = False
 If Target.Value = "SIM" Then Range(Cells(Target.Row, 1), Cells(Target.Row, 8)).Copy Sheets("Plan2").Cells(Rows.Count, 1).End(3)(2):  Rows(Target.Row).Delete
 Application.EnableEvents = True
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