This should be really simple but I am just blacking out. I need to go down a list of postcodes and pull just the first part. The best method I could come up with, doesnt actually exist as a thing 

Code:
Cells(rowNumber, 3) = Cells(rowNumber, 1).Split(0)