I am lost, I do not know VBA and can not implement the information to my needs.
Below is my macro, How can I change it that every csv file that I open will be save in the same name with xlsx ending.
Sub csv_xlsx() ActiveWorkbook.SaveAs filename:= _
"C:\Users\Tody\Desktop\b-tests\booking-jerusalem_general-2018-01-27-00-50-t437.xlsx" _
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
End Sub