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.
#50243
Boa dia!

O código VBA abaixo executa a macro em toda pasta de trabalho, pasta esta contendo 20 planilhas. Minha dúvida é a seguinte: Tem como adicionar uma condição para que essa macro não execute em 3 planilhas específicas e também não executasse planilhas que estão ocultas nessa mesma pasta de trabalho?

Sub MacroExecutaTodaPastadeTrabalho()
Dim xSh As Worksheet
Application.ScreenUpdating = False
For Each xSh In Worksheets
xSh.Select
Call ClassficarDatas
Next
Application.ScreenUpdating = True
End Sub

Sub ClassificarDatas()
Application.ScreenUpdating = False
Range("B3:E30").Select
Selection.Sort Key1:=[B3], Order1:=xlAscending
Range("B3").Select
End Sub
#50246
Acrescente as linhas em vermelho conforme abaixo.

For Each xSh In Worksheets
If xSh.Name <> "PlanA" And xSh.Name <> "PlanB" And xSh.Name <> "PlanC" And xSh.Visible = True Then
xSh.Select
Call ClassficarDatas
End If
Next
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