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
Por MarceloCarvalho
#3767
Boa tarde,
Encontrei essa macro para alterar os números positivos em negativos de uma determinada coluna.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 2 And IsNumeric(Target.Value) Then
If Target.Value > 0 Then
Cells(Target.Row, Target.Column) = Target.Value * -1
End If
End If
End Sub

Porém preciso que apenas determinadas células fossem alteradas (B2:E9) sempre que fosse inserido um valor positivo.
Alguém poderia me ajudar?
Avatar do usuário
Por alexandrevba
Avatar
#3768
Boa tarde!!

Seria isso?
Código: Selecionar todos
Private Sub Worksheet_Change(ByVal Target As Range)
    If Intersect(Target, Range("B2:E9")) Is Nothing Then Exit Sub
     If Target.Count > 1 Then Exit Sub
    If Target.Value > 0 Then Target = Target.Value * -1
End Sub
Att
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