I get no errors when running this code, however the data in the text file does not appear in Sheet1, which is the only sheet in the workbook?
I also want to refresh the csv file in case the data has changed.
Sub Button1_Click()
Dim ws As Worksheet, destRng As Range, fileName As String...