Posts by Cabral • 11 points
1 post
-
1
votes2
answers3166
viewsA: VBA - Read a file. TXT and manipulate its lines
I am guessing that the . sql file already exists. Adjust the code according to the need. Option Explicit Sub SqlMacro() Dim ficheiro As String Dim texto As String Dim textline As String Dim celula…