Hi guys!
I have a text file that I want to extract information from. I'd like to get the quantity and the product name information and save it on a 2D array, here's my code:
Dim temp_current() As String
ReDim temp_current(1 To number_lines, 1 To 2) As String
Open FileName(a, c, b) For Input...