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
  • Avatar do usuário
Avatar do usuário
Por JeanHard
Posts Avatar
#7424
Boa noite a todos.
Preciso de uma macro que feche todas as planilhas de uma determinada pasta. Sendo q a minha planilha nao esta nessa pasta e ira continuar aberta.
No aguardo e abraços.
#7775
Boa tarde!!

Tente algo assim:
Código: Selecionar todos
Sub AleVBA_1403()
Dim wb As Workbook
    Path = "c:\temp\" 'Aqui insira o caminho desejado
    For Each wb In Workbooks
        If wb.Name <> ThisWorkbook.Name Then
            wb.SaveAs Filename:=Path & wb.Name, FileFormat:=51
           wb.Close False
        End If
    Next wb
    ThisWorkbook.Close False
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