I need Excel help. I need to keep using the following code to load a CSV into an Array, Can somebody complete the code to make it work for me? THANKS!
Sub Import_CSV()
Dim CSV_File As String
Dim iFileNum As Integer
Dim CSV_Row_Line As String
CSV_File = "C:\Sample.csv"...