hi!
I'm working on a code that enables the user to choose a file and if that file happens to be a csv-file, make some modifications to it.
Also the chosen file should be added to the end of the workbook.
But as you can imagine my code does not work
Dim wb As Workbook
Dim myfile As Variant
Set...