Hi! i Need to save my file with filter setting
Character set to UTF-8 and Field Delimiter to ; (semicolon). Is it possible, here's what I only have so far :/
Sub save()
Dim fName As Variant
fName = Application.GetSaveAsFilename(InitialFileName:="", FileFilter:="Excel Files (*.csv), *.csv"...