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
#7464
Pessoal, bom dia.

Queria saber se alguem sabe alguma macro que limpe os espaços em branco escondidos apenas em células vazias.

Tem uma macro que eu uso que está me ajudando, porém, quando ela é executada nas colunas que contém data, ela inverte o dia com o mes.



Dim LRi As Range, cell As Range

Set LRi = Range("A2:N" & Range("A2").End(xlDown).Row)
For Each cell In LRi
cell.Value = Trim(Replace(cell.Value, ",", "."))
Next cell

Alguem sabe algum outro código que possa me ajudar, ou o que está de errado com este meu?


Obrigado desde ja
#7765
Bom dia!!

Tente algo assim?
Código: Selecionar todos
Sub AleVBA_1408()
Dim c As Range
    For Each c In ActiveSheet.UsedRange
        With c
            .Value = WorksheetFunction.Trim(.Value)
        End With
    Next c
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