Hi
I`m trying to automate saving Excel sheets (each one) in csv file format
with vbScript. Loop preferable
I tried something... please someone help me.
[CODE=vb]Sub CSV2()
Dim appExcel As Excel.Applicati on
Dim wbSource As Excel.Workbook
Dim wsSource As Excel.Worksheet s
Dim MyPath As String
Dim MyFile As String
Dim J As Integer...