My file has multiple lines (72000+) written like this:
UNIX timestamp;User id;In/Out
This homework is about a parking lot. My problem is how do I split all col A into 3 other cols (like B, C and D). I found the split function but I not understanding how to do a loop that cycles all rows and split the text to the other columns .
Range(input your range here).TextToColumns DataType:=xlDelimited, semicolon:=Trueusing vba to split the data into three columns or use the Text to Columns function under the Data tab.