Sunday 16 November 2014

Using Left function with VB

Sub LeftFunction()

ActiveCell.Formula = (Left(Range("A1").Value, 2))


End Sub

No comments:

Post a Comment