In cell A1 there are 5 date and time values. How to extract all data to rows 1 to 5 etc... using VBA ?

I'm not able to upload a file as example at his moment, so:

e.g. cell A1 contains 27/08/2012 om 14:33 28/08/2012 om 18:33 29/08/2012 om 19:33 30/08/2012 om 16:33 01/09/2012 om 12:33 etc ...
Row 1 needs to be extracted to rows 1 to 5 with values:
  • A1 - 27/08/2012 | B1 - 14:33
  • A2 - 28/08/2012 | B2 - 18:33
  • A3 - 29/08/2012 | B3 - 19:33
  • A4 - 30/08/2012 | B4 - 16:33
  • A5 - 01/09/2012 | B5 - 12:33


Thank you.