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.
#70898
Boa tarde,

Junto o documento em anexo para quem quiser ajudar poder tirar alguma dúvida.

O que pretendo é que ao salvar o arquivo, ele separe os dados - através de abas no novo arquivo pelo nome dos Faturadores coluna F.

Cumprimentos,
Você não está autorizado a ver ou baixar esse anexo.
#70900
Experimente:

Código: Selecionar todos
Sub CriarArquivoV2()
 Dim fat As Range, LR As Long
  With ActiveSheet
   .AutoFilterMode = False
   LR = .Cells(Rows.Count, 1).End(3).Row
   .Range("F2:F" & LR).Copy .[W1]
   .Range("W1:W" & LR).RemoveDuplicates Columns:=1
   For Each fat In .Range("W1:W" & .Cells(Rows.Count, 23).End(3).Row)
    .AutoFilterMode = False
    .Range("A1:F1").AutoFilter 6, fat.Value
    Sheets.Add(after:=Sheets(Sheets.Count)).Name = fat.Value
    .Range("A1:F" & LR).Copy [A1]
    Columns("A:F").AutoFit
   Next fat
   Application.DisplayAlerts = False
   .Delete
  End With
  ThisWorkbook.SaveAs Filename:="ErrosCálculo" & Format(Date, "ddmmyyyy") & ".xls"
  'ThisWorkbook.Close
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