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 angras
Posts
#66455
Boa tarde
Tenho essa macro que deleta um valor informado e preciso que faça o contrario: deletar valores não informado :D :D
Você não está autorizado a ver ou baixar esse anexo.
#66458
Código: Selecionar todos
Sub DelValor()
    Application.ScreenUpdating = False
    Dim Rng As Range, Cell As Range
    CIni = Range("J3").Column
   CFim = Range("J3").Column
   Set Rng = Range(Range("J3:J21"), Range("J" & Rows.Count).End(xlUp))
    For Each Cell In Rng
        If Cell <> Range("G1").Value Then
          Range(Cells(Cell.Row, CIni), Cells(Cell.Row, CFim)).ClearContents
        End If
    Next Cell
    Application.ScreenUpdating = True
End Sub
angras agradeceu por isso
Por angras
Posts
#66459
mucascosta, a macro tá fazendo o q a versão original faz: excluir em j3:j21, o valor informado em G1. O que preciso é que esse valor de g1 permaneça em j3:j21 e todos os demais valores sejam excluídos
#66471
Código: Selecionar todos
Sub DelValorV2()
 Dim r As Range
  For Each r In [J3:J21]
   If [r] <> [G1] Then r.Value = ""
  Next r
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