Originally posted by TheFaQQer
View Post
I only meant that BoredBloke is a better VBA programmer than I am. Mainly because I'm not a VBA programmer but can blag a few things here and there 
I only meant that BoredBloke is a better VBA programmer than I am. Mainly because I'm not a VBA programmer but can blag a few things here and there 







Sub PostCode()
Range("P1").Select
Selection.EntireColumn.Insert
ActiveCell.FormulaR1C1 = "=IF(ValidPostCode(RC[-1]),""OK"",""Incorrect"")"
Range("P1").Select
Selection.Copy
Range("O1").Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 1).Activate
Range(Selection, Selection.End(xlUp)).Select
ActiveSheet.Paste
Application.CutCopyMode = False
End Sub


Thanks for all your help guys - really appreciated 

Leave a comment: