Hello
I have the following code that merges CSVs files and produce one file but in xlsx format.
I would like the output file to be CSV as well and not XLS.
Option Explicit
#If VBA7 Then
Private Declare PtrSafe Function OpenProcess Lib "kernel32" _
(ByVal dwDesiredAccess As Long...