Posts by Mateus Bodanese • 1 point
1 post
-
0
votes0
answers468
viewsQ: VBA - generate csv from cells
I am wanting to generate a CSV file from the data of 3 columns, but they presents me an error, could help me? Follows code below: Sub GravaTXT() Dim wbkExport As Workbook Dim shtToExport As…