If you are doing this manually in Excel then you can use the Text to Columns tool on the Data tab of the ribbon (select the column of data > text to columns > delimited > choose your delimiter).
If you are doing this in VBA then you can use the VBA.Split() function or you can automate the Text to Columns tool (the Range.TextToColumns() method).