Instead of this
Code:
Let PathAndFileName = ThisWorkbook.Path & "\csv Text file Chaos\" & "Alert 24 Mai..csv"
I need this type of opening of file
Code:
Set w2 = Workbooks.Open("C:\Users\WolfieeeStyle\Desktop\2.csv")