Hello Excel gurus
The string below i have been using for ".log" files but now would like to use it for ".gz" which are zip files. How could i add to unzip during connecting?
Sub import_data()
Dim str_val2 As String
For x = 4 To 240
Worksheets("User Index").Select...