#A&A #PIECEOFCAKE #POC #VBA
O código abaixo é muito funcional, quando passamos os dados que serão o conteúdo do arquivo.
Function CreateAfile(PathFileNameExt As String, nFrase As String)
' © 2007-20 Alefe & Bete Processamento de Dados LTDA - ME, except where noted, all rights reserved.
' Author: André Bernardes
' Contact: andreluizbernardess@gmail.com | https://goo.gl/EUMbSe/
' Description: Cria uma nova aba
Dim fs, a
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile(PathFileNameExt, True)
a.WriteLine (nFrase)
a.Close
End Function
Consulte-nos
⬛◼◾▪ CONTATO ▪◾◼⬛
Nenhum comentário:
Postar um comentário